Skip to content

Commit 9e715da

Browse files
committed
chore(core): Formatting
1 parent da62412 commit 9e715da

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

packages/core/src/auth.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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";
3938
import QRCode from "qrcode-generator";
4039
import { type FirebaseUI } from "./config";

packages/core/src/schemas.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,5 @@ export type PhoneAuthVerifyFormSchema = z.infer<ReturnType<typeof createPhoneAut
108108
export 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>>;

0 commit comments

Comments
 (0)