mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
EmailVerificationCodeError is now of type EmailVerificationError
This commit is contained in:
parent
7c501bee3c
commit
b4d3612b33
@ -528,7 +528,7 @@ const EmailVerificationError = createKnownErrorConstructor(
|
||||
);
|
||||
|
||||
const EmailVerificationCodeError = createKnownErrorConstructor(
|
||||
KnownError,
|
||||
EmailVerificationError,
|
||||
"EMAIL_VERIFICATION_CODE_ERROR",
|
||||
"inherit",
|
||||
"inherit",
|
||||
|
||||
@ -113,6 +113,7 @@ export type StackClientAppJson<HasTokenStore extends boolean, ProjectId extends
|
||||
uniqueIdentifier: string,
|
||||
currentClientUserJson: UserJson | null,
|
||||
currentProjectJson: ClientProjectJson,
|
||||
// note: if you add more fields here, make sure to ensure the checkString in the constructor has/doesn't have them
|
||||
};
|
||||
|
||||
const defaultBaseUrl = "https://app.stack-auth.com";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user