File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,7 @@ import {
3333 type AuthCredential ,
3434 type TotpSecret ,
3535 type MultiFactorAssertion ,
36- type MultiFactorSession ,
37- MultiFactorUser ,
36+ type MultiFactorUser ,
3837} from "firebase/auth" ;
3938import QRCode from "qrcode-generator" ;
4039import { type FirebaseUI } from "./config" ;
Original file line number Diff line number Diff line change @@ -108,9 +108,5 @@ export type PhoneAuthVerifyFormSchema = z.infer<ReturnType<typeof createPhoneAut
108108export type MultiFactorPhoneAuthNumberFormSchema = z . infer <
109109 ReturnType < typeof createMultiFactorPhoneAuthNumberFormSchema >
110110> ;
111- export type MultiFactorTotpAuthNumberFormSchema = z . infer <
112- ReturnType < typeof createMultiFactorTotpAuthNumberFormSchema >
113- > ;
114- export type MultiFactorTotpAuthVerifyFormSchema = z . infer <
115- ReturnType < typeof createMultiFactorTotpAuthVerifyFormSchema >
116- > ;
111+ export type MultiFactorTotpAuthNumberFormSchema = z . infer < ReturnType < typeof createMultiFactorTotpAuthNumberFormSchema > > ;
112+ export type MultiFactorTotpAuthVerifyFormSchema = z . infer < ReturnType < typeof createMultiFactorTotpAuthVerifyFormSchema > > ;
You can’t perform that action at this time.
0 commit comments