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 cce1fc3 commit fe45165Copy full SHA for fe45165
src/common/providers/identity.ts
@@ -335,7 +335,7 @@ export interface Credential {
335
}
336
337
/** Possible types of emails as described by the GCIP backend. */
338
-export type EmailType = "EMAIL_SIGNIN" | "PASSWORD_RESET";
+export type EmailType = "EMAIL_SIGN_IN" | "PASSWORD_RESET";
339
340
/**
341
* The type of SMS message
0 commit comments