Skip to content

Commit 2bbb51f

Browse files
committed
add directLogin type
1 parent 94d1698 commit 2bbb51f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ export type ReactNetlifyIdentityAPI = {
5252
signupUser: (
5353
email: string,
5454
password: string,
55-
data: Object
55+
data: Object,
56+
directLogin: boolean
5657
) => MaybeUserPromise;
5758
loginUser: (
5859
email: string,

0 commit comments

Comments
 (0)