diff --git a/frontend/src/components/ProfileView.vue b/frontend/src/components/ProfileView.vue index 5ccd93f..b33a1d2 100644 --- a/frontend/src/components/ProfileView.vue +++ b/frontend/src/components/ProfileView.vue @@ -107,8 +107,11 @@ -

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.

+ { } const rpName = computed(() => authStore.settings?.rp_name || 'this service') +const paskiaVersion = computed(() => authStore.settings?.version || '') const sessions = computed(() => authStore.userInfo?.sessions || []) const currentSessionHost = computed(() => { const currentSession = sessions.value.find(session => session.is_current) @@ -371,7 +375,10 @@ const saveName = async () => {