fix: better compiund types because of a join

This commit is contained in:
silver 2023-09-17 21:17:57 +01:00
parent 36e6bea543
commit 6eb61c6798
5 changed files with 38 additions and 33 deletions

View file

@ -62,7 +62,7 @@ pub(crate) mod link {
Some(x) => x,
};
if details.verified {
if details.discord.is_some() {
return "Email already verified".to_string();
}