Skip to content

Commit d41cd56

Browse files
interface change
1 parent c7f69f3 commit d41cd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ export interface RedirectResult {
428428
args: SingleLoginParams | AggregateLoginParams;
429429
}
430430

431-
export type AUTH0_JWT_LOGIN_TYPE = "apple" | "github" | "linkedin" | "twitter" | "weibo" | "line" | "email_password" | "passwordless";
431+
export type AUTH0_JWT_LOGIN_TYPE = "apple" | "github" | "linkedin" | "twitter" | "weibo" | "line";
432432

433433
export type AggregateVerifierParams = {
434434
verify_params: {

0 commit comments

Comments
 (0)