This commit is contained in:
KernelDeimos 2024-04-14 22:08:31 -04:00
parent 51bf8fdde6
commit 231878266c

View File

@ -78,7 +78,6 @@ const CHANGE_EMAIL_START = eggspress('/change_email/start', {
});
const CHANGE_EMAIL_CONFIRM = eggspress('/change_email/confirm', {
subdomain: 'api',
auth: true,
verified: true,
allowedMethods: ['GET'],