fix: improve the comment back

Relates to #21
This commit is contained in:
silver 2024-09-29 20:07:01 +01:00
parent 2db136a736
commit 5b21bc47bd
Signed by untrusted user: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -59,7 +59,7 @@ pub mod link {
// check if email exists
let details = match get_server_member_email(&db, email).await {
None => {
return "Please check it is your preferred contact on https://ulwolves.ie/memberships/profile and that you are fully paid up.".to_string()
return "Please check it matches (including case) your preferred contact on https://ulwolves.ie/memberships/profile and that you are fully paid up.".to_string()
}
Some(x) => x,
};