fix: string coercion for email verify code

Some databases will automatically do this string coercion, but others
will not. This commit ensures the value is always a string.
This commit is contained in:
KernelDeimos
2025-09-11 21:05:01 -04:00
parent 5121dbd300
commit ef76d33cc2

View File

@@ -343,7 +343,7 @@ module.exports = eggspress(['/signup'], {
// uuid
user_uuid,
// email_confirm_code
email_confirm_code,
'' + email_confirm_code,
// email_confirm_token
email_confirm_token,
// email_confirmed