mirror of
https://github.com/HeyPuter/puter.git
synced 2026-04-24 08:20:16 -05:00
Remove requirement of auth from email confirm
This commit is contained in:
@@ -78,8 +78,6 @@ const CHANGE_EMAIL_START = eggspress('/change_email/start', {
|
||||
});
|
||||
|
||||
const CHANGE_EMAIL_CONFIRM = eggspress('/change_email/confirm', {
|
||||
auth: true,
|
||||
verified: true,
|
||||
allowedMethods: ['GET'],
|
||||
}, async (req, res, next) => {
|
||||
const user = req.user;
|
||||
|
||||
Reference in New Issue
Block a user