Added Certification mockup
This commit is contained in:
@@ -106,7 +106,7 @@ function login(email: string, password: string) {
|
||||
position: 'top',
|
||||
spinner: true,
|
||||
message: 'Logging you in...',
|
||||
timeout: 2000,
|
||||
timeout: 8000,
|
||||
group: false,
|
||||
});
|
||||
authStore
|
||||
@@ -119,6 +119,7 @@ function login(email: string, password: string) {
|
||||
spinner: false,
|
||||
icon: 'check_circle',
|
||||
});
|
||||
console.log('Redirecting to index page');
|
||||
router.replace({ name: 'index' });
|
||||
})
|
||||
.catch(function (reason: Error) {
|
||||
|
||||
Reference in New Issue
Block a user