mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-30 17:50:00 -06: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