Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
iszcz committed Jul 12, 2023
1 parent 7fce0de commit 7207abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ favicon.svg
pwa-192x192.png
pwa-512x512.png

index.html
index.*
2 changes: 1 addition & 1 deletion src/components/common/Setting/General.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const authStore = useAuthStore()
async function handleLogout() {
await authStore.removeToken()
reload();
location.reload();
}
const appStore = useAppStore()
Expand Down

0 comments on commit 7207abd

Please sign in to comment.