Skip to content

Commit

Permalink
extra fallback to local
Browse files Browse the repository at this point in the history
  • Loading branch information
vcmirko committed Jun 8, 2024
1 parent 0bf5471 commit 238fdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
}
},
logout() {
var userType=this.profile.type
var userType=this.profile?.type || "local"
TokenStorage.clear()
this.formConfig=undefined
this.refreshAuthenticated()
Expand Down

0 comments on commit 238fdcd

Please sign in to comment.