fix: better messages
This commit is contained in:
parent
8413023a2a
commit
ab2c695409
1 changed files with 3 additions and 3 deletions
|
@ -80,7 +80,7 @@ pub(crate) mod link {
|
|||
}
|
||||
}
|
||||
|
||||
format!("Verification email sent to {}", email)
|
||||
format!("Verification email sent to {}, it may take up to 15 min for it to arrive.", email)
|
||||
}
|
||||
|
||||
pub fn register(command: &mut CreateApplicationCommand) -> &mut CreateApplicationCommand {
|
||||
|
|
Loading…
Reference in a new issue