mirror of https://github.com/databricks/cli.git
Fix link to workspace after AWS OAuth login (#234)
`Host` is already normalized and always has the `https://` prefix.
This commit is contained in:
parent
e872b587cc
commit
da4b58a897
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue