typo in warning
This commit is contained in:
parent
53e3005dc9
commit
fd03285573
@ -72,7 +72,8 @@ module.exports = function (ctx) {
|
||||
'QPopupEdit',
|
||||
'QSlideTransition',
|
||||
'QToggle',
|
||||
'QLinearProgress'
|
||||
'QLinearProgress',
|
||||
'QBtnGroup'
|
||||
],
|
||||
|
||||
directives: [
|
||||
|
||||
@ -70,7 +70,7 @@ export default function ({store}/* { store, ssrContext } */) {
|
||||
console.log(error.response.headers);
|
||||
//store.commit('auth/SET_LOGOUT');
|
||||
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.",
|
||||
color: "blue",
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user