From f471ed48871603eaacddc5ec3f0802fc1c088926 Mon Sep 17 00:00:00 2001 From: itsrubberduck Date: Sun, 15 Feb 2026 15:34:30 +0100 Subject: [PATCH] Unify bridge connect login flow with explicit login button --- app/pages/bridge/connect.vue | 107 +++++++++-------------------------- 1 file changed, 27 insertions(+), 80 deletions(-) diff --git a/app/pages/bridge/connect.vue b/app/pages/bridge/connect.vue index 8533d01..6d86d79 100644 --- a/app/pages/bridge/connect.vue +++ b/app/pages/bridge/connect.vue @@ -35,60 +35,34 @@ 1

Step 1

-

Sign in

+

{{ isAuthenticated ? 'Signed in' : 'Sign in required' }}

-

Use your OpenSquawk login so we can link the Bridge to the right account.

+

+ {{ isAuthenticated ? 'You are authenticated with your OpenSquawk account.' : 'Please sign in once to link your Bridge token.' }} +

-
-

You’re signed in

-

Logged in as {{ authDisplayName }}.

-
- -
-
- - + +
@@ -127,8 +101,8 @@ Link Bridge -

Sign in above to enable the link button.

{{ connectError }}

+

Sign in first to enable bridge linking.