Skip to content

Commit

Permalink
admin: Fix direct assignments left out in commit 85a8bcfd
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrRip committed Dec 6, 2023
1 parent 3dfdf1f commit 01df5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function backendLogout () {
() => {
backendAuthState.value = 'succeeded'
setTimeout(() => {
viewShowFullNavigationBar.value = false
viewToggleFullNavigationBar(false)
backendAuthState.value = ''
backendLoggedIn.value = false
nextTick(() => { viewShowLoginModal.value = true })
Expand Down

0 comments on commit 01df5e0

Please sign in to comment.