From 59df672bd2d5143a92fd90cf8a7765c6fef41626 Mon Sep 17 00:00:00 2001 From: Scott Chacon Date: Thu, 3 Aug 2023 10:39:35 +0200 Subject: [PATCH] fix the disabled button state, less whitespace padding, fix login text --- src/lib/components/Login.svelte | 8 +++++--- src/routes/repo/[projectId]/RenderedLine.svelte | 2 +- src/routes/user/+page.svelte | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/lib/components/Login.svelte b/src/lib/components/Login.svelte index 7240faf99..c76d8873a 100644 --- a/src/lib/components/Login.svelte +++ b/src/lib/components/Login.svelte @@ -49,11 +49,13 @@ {:else if $token !== null} {#await Promise.all([open($token.url), pollForUser($token.token)])} -
Log in in your system browser
+
+ Your browser should have been opened. Please log into your GitButler account there. +
{/await}

- - if you are not redirected automatically, you can + If you were not redirected automatically, you can +

{:else}