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 fc8e850 + 5ac8446 commit 94691d0Copy full SHA for 94691d0
auth/types.ts
@@ -1,7 +1,7 @@
1
import { ActionCodeSettings, AuthError, UserCredential } from 'firebase/auth';
2
3
export type AuthActionHook<T, E> = [
4
- (email: string, password: string) => void,
+ (email: string, password: string) => Promise<void>,
5
T | undefined,
6
boolean,
7
E | undefined
0 commit comments