File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export function createEmailLinkAuthFormSchema(ui: FirebaseUIConfiguration) {
49
49
} ) ;
50
50
}
51
51
52
- export function createPhoneFormSchema ( ui : FirebaseUIConfiguration ) {
52
+ export function createPhoneAuthFormSchema ( ui : FirebaseUIConfiguration ) {
53
53
return z . object ( {
54
54
phoneNumber : z
55
55
. string ( )
@@ -66,4 +66,4 @@ export type SignInAuthFormSchema = z.infer<ReturnType<typeof createSignInAuthFor
66
66
export type SignUpAuthFormSchema = z . infer < ReturnType < typeof createSignUpAuthFormSchema > > ;
67
67
export type ForgotPasswordAuthFormSchema = z . infer < ReturnType < typeof createForgotPasswordAuthFormSchema > > ;
68
68
export type EmailLinkAuthFormSchema = z . infer < ReturnType < typeof createEmailLinkAuthFormSchema > > ;
69
- export type PhoneFormSchema = z . infer < ReturnType < typeof createPhoneFormSchema > > ;
69
+ export type PhoneAuthFormSchema = z . infer < ReturnType < typeof createPhoneAuthFormSchema > > ;
You can’t perform that action at this time.
0 commit comments