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

@ -91,7 +91,7 @@
<div class="content">{{ .ErrorDescription }}</div> <div class="content">{{ .ErrorDescription }}</div>
<!-- {{ else }} --> <!-- {{ else }} -->
<div class="title">Authenticated</div> <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 }} --> <!-- {{ end }} -->
<div class="content"> <div class="content">
You can close this tab. Or go to <a href="https://docs.databricks.com/dev-tools/index-cli.html">documentation</a> You can close this tab. Or go to <a href="https://docs.databricks.com/dev-tools/index-cli.html">documentation</a>