diff --git a/frontend/src/components/ProfileView.vue b/frontend/src/components/ProfileView.vue index bae102a..f17c2d9 100644 --- a/frontend/src/components/ProfileView.vue +++ b/frontend/src/components/ProfileView.vue @@ -62,13 +62,20 @@
+
-

End your current session on {{ currentSessionHost }}.

+

Logout from {{ currentSessionHost }}.

Logout this session on {{ currentSessionHost }}, or All sessions across all sites and devices for {{ rpName }}. You'll need to log in again with your passkey afterwards.

Back + -

Logout from {{ currentHost }}, or access your Full Profile at {{ authSiteHost }} (you may need to sign in again).

@@ -102,10 +102,6 @@ const goToAuthSite = () => { window.location.href = authSiteUrl.value } -const goBack = () => { - window.history.back() -} - const logout = async () => { await authStore.logout() }