Skip to content

Commit

Permalink
Change login/signup message
Browse files Browse the repository at this point in the history
  • Loading branch information
Firaenix committed Sep 15, 2020
1 parent 487efc6 commit 3dfc78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/authentication/api_login.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub async fn retrieve_user_token() -> String {
// Prompt user for username and password
let mut token: String = String::from("");
while token == "" {
log::info!("Unable to find your login credentials locally. Please login.");
log::warn!("{}", "Unable to find your Bitping login credentials locally, please login to continue. \nIf you dont have an account, sign up at https://app.bitping.com/register.".color(Color::Yellow));

let username = Input::<String>::new()
.allow_empty(false)
Expand Down

0 comments on commit 3dfc78a

Please sign in to comment.