Skip to content

Commit

Permalink
Update Link with Tidle Prefix (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jer1605 authored Feb 5, 2025
1 parent 637b167 commit 97a77f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/commands/auth/login.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub async fn run(_opts: Options) {
}

let api_token = Password::new("Enter Edgee API token (press Ctrl+R to toggle input display):")
.with_help_message("You can create one at https://www.edgee.cloud/me/settings/tokens")
.with_help_message("You can create one at https://www.edgee.cloud/~/me/settings/tokens")
.with_display_mode(PasswordDisplayMode::Masked)
.with_display_toggle_enabled()
.without_confirmation()
Expand Down

0 comments on commit 97a77f4

Please sign in to comment.