Skip to content

Commit 182faf9

Browse files
committed
fix accidental break in ReactNetlifyIdentityAPI.signupUser type signature
1 parent eda02ad commit 182faf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export type ReactNetlifyIdentityAPI = {
5151
email: string,
5252
password: string,
5353
data: Object,
54-
directLogin: boolean
54+
directLogin?: boolean
5555
) => Promise<User | undefined>;
5656
loginUser: (
5757
email: string,

0 commit comments

Comments
 (0)