From 5fac0b198e509fb7a582c470c379b562861d5b74 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Wed, 18 Feb 2026 18:01:17 +0000 Subject: [PATCH] Make ResetApp Registration layout match the other dialog apps (centered). --- frontend/int/reset/ResetApp.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/int/reset/ResetApp.vue b/frontend/int/reset/ResetApp.vue index 745fd66..bb80886 100644 --- a/frontend/int/reset/ResetApp.vue +++ b/frontend/int/reset/ResetApp.vue @@ -8,7 +8,7 @@
-
+

🔑 Registration

{{ subtitleMessage }} @@ -80,7 +80,7 @@ const sessionDescriptor = computed(() => tokenInfo.value?.token_type || 'your en const subtitleMessage = computed(() => { if (initializing.value) return 'Preparing your secure enrollment…' if (!canRegister.value) return 'This authentication link is no longer valid.' - return `Finish up ${sessionDescriptor.value}. You may edit the name below if needed, and it will be saved to your passkey.` + return `Finish up ${sessionDescriptor.value}. The name entered will be stored on your passkey and on our system.` }) const basePath = computed(() => uiBasePath()) @@ -201,14 +201,14 @@ onMounted(async () => {