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.
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() }