Skip to content

Commit fe45165

Browse files
committed
update EmailType to EMAIL_SIGN_IN | PASSWORD_RESET
1 parent cce1fc3 commit fe45165

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
@@ -335,7 +335,7 @@ export interface Credential {
335335
}
336336

337337
/** Possible types of emails as described by the GCIP backend. */
338-
export type EmailType = "EMAIL_SIGNIN" | "PASSWORD_RESET";
338+
export type EmailType = "EMAIL_SIGN_IN" | "PASSWORD_RESET";
339339

340340
/**
341341
* The type of SMS message

0 commit comments

Comments
 (0)