From da4b58a897200fbf178a46765c4cec01a53d6eff Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Wed, 8 Mar 2023 10:56:46 +0000 Subject: [PATCH] Fix link to workspace after AWS OAuth login (#234) `Host` is already normalized and always has the `https://` prefix. --- libs/auth/page.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/auth/page.tmpl b/libs/auth/page.tmpl index 00dfd64e..4642bb3d 100644 --- a/libs/auth/page.tmpl +++ b/libs/auth/page.tmpl @@ -52,11 +52,11 @@ line-height: 28px; } - a { - color: #C4CCD6; + a { + color: #C4CCD6; } - a:hover { + a:hover { color: #90A5B1; } @@ -91,7 +91,7 @@
{{ .ErrorDescription }}
Authenticated
-
Go to {{.Host}}
+
Go to {{.Host}}
You can close this tab. Or go to documentation @@ -99,4 +99,4 @@
- \ No newline at end of file +