removed test line

This commit is contained in:
Miodec 2022-09-27 22:49:32 +02:00
parent 5e6c3880d0
commit 0cb797a2ff

View file

@ -11,7 +11,6 @@ export let Auth: AuthType | undefined;
try {
app = initializeApp(firebaseConfig);
Auth = getAuth(app);
throw new Error("Firebase is not initialized");
} catch (e) {
app = undefined;
Auth = undefined;