Optimize API calls, added form loading logs
This commit is contained in:
@@ -219,7 +219,7 @@ export default {
|
||||
methods: {
|
||||
async logout() {
|
||||
// Log out the user.
|
||||
await this.authStore.logout()
|
||||
this.authStore.logout()
|
||||
|
||||
// Reset store
|
||||
this.workspacesStore.resetState()
|
||||
|
||||
Reference in New Issue
Block a user