0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

refactor: add Generic type and remove deprecated Continue code type (#2823)

This commit is contained in:
Charles Zhao 2023-01-06 18:39:23 +08:00 committed by GitHub
parent 4af325af03
commit 8bcb4de1c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,9 @@ export enum VerificationCodeType {
SignIn = 'SignIn',
Register = 'Register',
ForgotPassword = 'ForgotPassword',
/** @deprecated */
Continue = 'Continue',
Generic = 'Generic',
Test = 'Test',
}