Fix link to workspace after AWS OAuth login (#234)

`Host` is already normalized and always has the `https://` prefix.
This commit is contained in:
Fabian Jakobs 2023-03-08 10:56:46 +00:00 committed by GitHub
parent e872b587cc
commit da4b58a897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -52,11 +52,11 @@
line-height: 28px;
}
a {
color: #C4CCD6;
a {
color: #C4CCD6;
}
a:hover {
a:hover {
color: #90A5B1;
}
@ -91,7 +91,7 @@
<div class="content">{{ .ErrorDescription }}</div>
<!-- {{ else }} -->
<div class="title">Authenticated</div>
<div class="content">Go to <a href="https://{{.Host}}">{{.Host}}</a></div>
<div class="content">Go to <a href="{{.Host}}">{{.Host}}</a></div>
<!-- {{ end }} -->
<div class="content">
You can close this tab. Or go to <a href="https://docs.databricks.com/dev-tools/index-cli.html">documentation</a>
@ -99,4 +99,4 @@
</div>
</div>
</body>
</html>
</html>