mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Remove requirement of auth from email confirm
This commit is contained in:
parent
231878266c
commit
dca7304be9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user