Skip to content

Commit 9f7b42f

Browse files
committed
add comment to authblockingevent type
1 parent b63afc9 commit 9f7b42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/providers/identity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ export interface AuthEventContext extends EventContext {
343343

344344
/** Defines the auth event for 2nd gen blocking events */
345345
export interface AuthBlockingEvent extends AuthEventContext {
346-
data?: AuthUserRecord;
346+
data?: AuthUserRecord; // will be undefined for beforeEmailSent and beforeSmsSent event types
347347
}
348348

349349
/** The reCAPTCHA action options. */

0 commit comments

Comments
 (0)