Update error message for email confirmation (#2442)

This commit is contained in:
Neal Shah
2026-02-07 18:51:49 -08:00
committed by GitHub
parent 934886d861
commit ce96fb54ae
+1 -1
View File
@@ -507,7 +507,7 @@ class APIError {
'email_must_be_confirmed': {
status: 422,
message: ({ action }) =>
`Email must be confirmed to ${action ?? 'apply a share'}.`,
`Email must be confirmed to ${action ?? 'apply a share'}. Go to https://puter.com to confirm your email address.`,
},
'no_need_to_request': {
status: 422,