Skip to content

Commit 3dfc78a

Browse files
committed
Change login/signup message
1 parent 487efc6 commit 3dfc78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/authentication/api_login.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub async fn retrieve_user_token() -> String {
2222
// Prompt user for username and password
2323
let mut token: String = String::from("");
2424
while token == "" {
25-
log::info!("Unable to find your login credentials locally. Please login.");
25+
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));
2626

2727
let username = Input::<String>::new()
2828
.allow_empty(false)

0 commit comments

Comments
 (0)