Skip to content

Commit 4b2f353

Browse files
committed
templates/me: Fix API token rendering
1 parent ce6181f commit 4b2f353

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/templates/me/index.hbs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
If you want to use package commands from the command line, you'll need a
2929
<code>~/.cargo/config</code> which can be generated with:
3030
</p>
31-
<pre>
32-
cargo login {{ model.api_token }}
33-
</pre>
31+
<pre>cargo login {{ model.api_token }}</pre>
3432

3533
<button {{action "resetToken"}} class='yellow-button'>
3634
Reset my API key

0 commit comments

Comments
 (0)