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:
parent
4af325af03
commit
8bcb4de1c0
1 changed files with 2 additions and 0 deletions
|
@ -72,7 +72,9 @@ export enum VerificationCodeType {
|
|||
SignIn = 'SignIn',
|
||||
Register = 'Register',
|
||||
ForgotPassword = 'ForgotPassword',
|
||||
/** @deprecated */
|
||||
Continue = 'Continue',
|
||||
Generic = 'Generic',
|
||||
Test = 'Test',
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue