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.