Skip to content

Commit 8281988

Browse files
committed
Settings::ApiTokens: Adjust "Copy your API token" explainer
1 parent f542122 commit 8281988

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

app/components/settings/api-tokens.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474

7575
{{#if token.token}}
7676
<div local-class="new-token">
77-
Please record this token somewhere, you cannot retrieve
78-
its value again. For use on the command line you can save it to <code>~/.cargo/credentials</code>
79-
with:
77+
<div local-class="new-token-explainer">
78+
Make sure to copy your API token now. You won’t be able to see it again!
79+
</div>
8080

8181
<div local-class="token-display">
8282
<span local-class="token-value" data-test-token>{{token.token}}</span>

app/components/settings/api-tokens.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@
8585
margin: 24px 0;
8686
}
8787

88+
.new-token-explainer {
89+
font-size: 20px;
90+
}
91+
8892
.token-display {
8993
display: grid;
9094
grid-template-columns: 1fr auto;

0 commit comments

Comments
 (0)