mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix: Fix user redirect to signin bug (#4623)
This commit is contained in:
@@ -91,9 +91,9 @@ export default mixins(
|
||||
throw e;
|
||||
}
|
||||
},
|
||||
loginWithCookie(): void {
|
||||
async loginWithCookie(): Promise<void> {
|
||||
try {
|
||||
this.usersStore.loginWithCookie();
|
||||
await this.usersStore.loginWithCookie();
|
||||
} catch (e) {}
|
||||
},
|
||||
async initTemplates(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user