You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
email ? email : undefined,// can't insert "" more than once!
60
62
password ? passwordHash(password) : undefined,// definitely don't set password_hash to hash of empty string, e.g., anonymous accounts can then NEVER switch to email/password. This was a bug in production for a while.
@@ -65,6 +67,7 @@ export default async function createAccount({
0 commit comments