We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab62148 + 435a27e commit adb0785Copy full SHA for adb0785
auth/useSignInWithEmailAndPassword.ts
@@ -17,6 +17,7 @@ export default (auth: Auth): EmailAndPasswordActionHook => {
17
password: string
18
) => {
19
setLoading(true);
20
+ setError(undefined);
21
try {
22
const user = await firebaseSignInWithEmailAndPassword(
23
auth,
0 commit comments