mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-03 16:10:31 +00:00
fix: event (#2863)
This commit is contained in:
@@ -373,6 +373,8 @@ export class AuthController extends PuterController {
|
||||
const validateEvent = {
|
||||
req,
|
||||
data: body,
|
||||
ip: req.ip || req.socket?.remoteAddress || null,
|
||||
email: body.email,
|
||||
allow: true,
|
||||
no_temp_user: false,
|
||||
requires_email_confirmation: false,
|
||||
|
||||
Reference in New Issue
Block a user