typo in warning

This commit is contained in:
Timo Volkmann 2019-05-13 12:30:42 +02:00
parent 53e3005dc9
commit fd03285573
2 changed files with 3 additions and 2 deletions

View File

@ -72,7 +72,8 @@ module.exports = function (ctx) {
'QPopupEdit', 'QPopupEdit',
'QSlideTransition', 'QSlideTransition',
'QToggle', 'QToggle',
'QLinearProgress' 'QLinearProgress',
'QBtnGroup'
], ],
directives: [ directives: [

View File

@ -70,7 +70,7 @@ export default function ({store}/* { store, ssrContext } */) {
console.log(error.response.headers); console.log(error.response.headers);
//store.commit('auth/SET_LOGOUT'); //store.commit('auth/SET_LOGOUT');
store.commit('dialog/NEW_MESSAGE_DIALOG', { store.commit('dialog/NEW_MESSAGE_DIALOG', {
message: "Ihr Token ist nicht mehr gültig. Bitte loggen Sie sich erneut ein.", message: "Ihre Session ist abgelaufen. Bitte loggen Sie sich erneut ein.",
title: "Bitte erneut anmelden.", title: "Bitte erneut anmelden.",
color: "blue", color: "blue",
}); });