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.
/me
/settings/tokens
1 parent 889c86d commit 13b08faCopy full SHA for 13b08fa
app/routes/me/index.js
@@ -5,6 +5,8 @@ export default class MeIndexRoute extends Route {
5
@service router;
6
7
redirect() {
8
- this.router.replaceWith('settings');
+ // `cargo login` is showing links to https://crates.io/me to access the API tokens,
9
+ // so we need to keep this route and redirect the user to the API tokens settings page.
10
+ this.router.replaceWith('settings.tokens');
11
}
12
0 commit comments