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.
1 parent eda02ad commit 182faf9Copy full SHA for 182faf9
src/index.tsx
@@ -51,7 +51,7 @@ export type ReactNetlifyIdentityAPI = {
51
email: string,
52
password: string,
53
data: Object,
54
- directLogin: boolean
+ directLogin?: boolean
55
) => Promise<User | undefined>;
56
loginUser: (
57
0 commit comments