-
Notifications
You must be signed in to change notification settings - Fork 1.9k
ex_events
KernelDeimos edited this page Nov 6, 2024
·
1 revision
This event is emitted when an email is being validated. The event can be used to block certain emails from being validated.
the email being validated
- Type: string
- Mutability: no-effect
-
Notes: undefined
- The email may have already been cleaned.
whether the email is allowed
- Type: boolean
- Mutability: mutable
-
Notes: undefined
- If set to false, the email will be considered invalid.
You are reading documentation for the open-source repository of Puter.
Getting started on localhost is as simple as git clone
npm install
npm start
.