Skip to content

Commit

Permalink
add types for email & sms passwordless
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Sep 11, 2024
1 parent 1a25159 commit c2b4017
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utils/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,9 @@ export type TypeOfLogin =
| "email_password"
| "passwordless"
| "jwt"
| "webauthn";
| "passkeys"
| "email_passwordless"
| "sms_passwordless";

export interface JwtParameters extends BaseLoginOptions {
/**
Expand Down

0 comments on commit c2b4017

Please sign in to comment.