export const cleanedEmailString = (email: string) => { return email.trim().toLowerCase() }