We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d778560 commit 748cfa2Copy full SHA for 748cfa2
src/store/modules/auth/index.ts
@@ -57,7 +57,8 @@ export const useAuthStore = defineStore(SetupStoreId.Auth, () => {
57
if (routeStore.isInitAuthRoute) {
58
window.$notification?.success({
59
title: $t('page.login.common.loginSuccess'),
60
- content: $t('page.login.common.welcomeBack', { userName: userInfo.userName })
+ content: $t('page.login.common.welcomeBack', { userName: userInfo.userName }),
61
+ duration: 4500
62
});
63
}
64
} catch {
0 commit comments