Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit a77b82c

Browse files
committed
Clean up PR
1 parent 9640d4c commit a77b82c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/app/auth/index.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ export module auth {
2020
resolve();
2121
})
2222
.catch(err => {
23-
// Note that auth/user-disabled cannot be identified here because FirebaseAuthInvalidUserException is thrown for both
24-
// auth/user-disabled and auth/user-not-found
25-
reject(
23+
reject({
2624
// code: "",
2725
message: err
28-
);
26+
});
2927
});
3028
});
3129
}

0 commit comments

Comments
 (0)