We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63afc9 commit 9f7b42fCopy full SHA for 9f7b42f
src/common/providers/identity.ts
@@ -343,7 +343,7 @@ export interface AuthEventContext extends EventContext {
343
344
/** Defines the auth event for 2nd gen blocking events */
345
export interface AuthBlockingEvent extends AuthEventContext {
346
- data?: AuthUserRecord;
+ data?: AuthUserRecord; // will be undefined for beforeEmailSent and beforeSmsSent event types
347
}
348
349
/** The reCAPTCHA action options. */
0 commit comments