We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f542122 commit 8281988Copy full SHA for 8281988
app/components/settings/api-tokens.hbs
@@ -74,9 +74,9 @@
74
75
{{#if token.token}}
76
<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:
+ <div local-class="new-token-explainer">
+ Make sure to copy your API token now. You won’t be able to see it again!
+ </div>
80
81
<div local-class="token-display">
82
<span local-class="token-value" data-test-token>{{token.token}}</span>
app/components/settings/api-tokens.module.css
@@ -85,6 +85,10 @@
85
margin: 24px 0;
86
}
87
88
+.new-token-explainer {
89
+ font-size: 20px;
90
+}
91
+
92
.token-display {
93
display: grid;
94
grid-template-columns: 1fr auto;
0 commit comments