Cleaned up login/logout flows.

This commit is contained in:
2025-09-03 07:08:16 +00:00
parent 4052122d40
commit 09b9894407
8 changed files with 46 additions and 18 deletions
-1
View File
@@ -144,7 +144,6 @@ const deleteCredential = async (credentialId) => {
const logout = async () => {
await authStore.logout()
authStore.currentView = 'login'
}
const isAdmin = computed(() => !!(authStore.userInfo?.is_global_admin || authStore.userInfo?.is_org_admin))