Skip to content

Commit

Permalink
Mention provider in the verify email error
Browse files Browse the repository at this point in the history
  • Loading branch information
Timshel committed Sep 18, 2024
1 parent 6103f5a commit 00ffdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/identity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ async fn _sso_login(
}

if !user_infos.email_verified.unwrap_or(true) {
err!("Email needs to be verified before you can use VaultWarden");
err!("Verify your email with your provider before trying to login");
}

let mut user = User::new(user_infos.email, user_infos.user_name);
Expand Down

0 comments on commit 00ffdac

Please sign in to comment.