mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
fix(schemas): fix aleration script typo (#2905)
This commit is contained in:
parent
20800e809c
commit
0216cf3696
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ import type { AlterationScript } from '../lib/types/alteration.js';
|
|||
|
||||
enum OldSignInIdentifier {
|
||||
Email = 'email',
|
||||
Sms = 'Sms',
|
||||
Sms = 'sms',
|
||||
Username = 'username',
|
||||
}
|
||||
|
||||
|
@ -32,7 +32,7 @@ type OldSignInExperience = {
|
|||
|
||||
enum SignInIdentifier {
|
||||
Email = 'email',
|
||||
Phone = 'Phone',
|
||||
Phone = 'phone',
|
||||
Username = 'username',
|
||||
}
|
||||
|
Loading…
Add table
Reference in a new issue