Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit ee0a89e

Browse files
authored
Merge pull request #2006 from hashicorp/ui/wp-user-token-auth-page
ui: Use new user token command for auth page
2 parents 2d47589 + aa7a99f commit ee0a89e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Diff for: .changelog/2006.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:improvement
2+
ui: Update authentication page with new supported `waypoint user token` command.
3+
```

Diff for: ui/app/components/login-token/index.hbs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<form {{on "submit" this.login}} class="login">
22
<fieldset>
33
<label>{{t 'login.instruction'}}</label>
4-
<CopyableCode @ref="waypoint-token-new">
5-
<pre><code id="waypoint-token-new">waypoint token new</code></pre>
4+
<CopyableCode @ref="waypoint-user-token">
5+
<pre><code id="waypoint-user-token">waypoint user token</code></pre>
66
</CopyableCode>
7-
<small><ExternalLink href="https://waypointproject.io/commands/token-new">Read more in our documentation</ExternalLink></small>
7+
<small><ExternalLink href="https://waypointproject.io/commands/user-token">Read more in our documentation</ExternalLink></small>
88
</fieldset>
99

1010
<fieldset>
@@ -23,4 +23,4 @@
2323
class="button button--primary">
2424
{{t 'login.button'}}
2525
</button>
26-
</form>
26+
</form>

0 commit comments

Comments
 (0)