fix: better messages

This commit is contained in:
silver 2023-09-17 22:04:46 +01:00
parent 8413023a2a
commit ab2c695409

View file

@ -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 { pub fn register(command: &mut CreateApplicationCommand) -> &mut CreateApplicationCommand {