0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00

feat(console): sign-in-methods form setup

This commit is contained in:
wangsijie 2022-04-15 11:30:20 +08:00
parent fe5650e8e2
commit 8d80106475
No known key found for this signature in database
GPG key ID: C72642FE24F7D42B

View file

@ -0,0 +1,3 @@
import { SignInMethods } from '@logto/schemas';
export const signInMethods: Array<keyof SignInMethods> = ['username', 'sms', 'email', 'social'];