File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
development/custom-flows/authentication Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -68,13 +68,15 @@ You must configure your application instance through the Clerk Dashboard for the
68
68
export default function Page() {
69
69
// Handle the redirect flow by calling the Clerk.handleRedirectCallback() method
70
70
// or rendering the prebuilt <AuthenticateWithRedirectCallback/> component.
71
- return (<>
72
- <AuthenticateWithRedirectCallback />
71
+ return (
72
+ <>
73
+ <AuthenticateWithRedirectCallback />
73
74
74
- { /* Required for sign-up flows
75
- Clerk's bot sign-up protection is enabled by default */ }
76
- <div id = " clerk-captcha" />
77
- </>);
75
+ { /* Required for sign-up flows
76
+ Clerk's bot sign-up protection is enabled by default */ }
77
+ <div id = " clerk-captcha" />
78
+ </>
79
+ )
78
80
}
79
81
```
80
82
</CodeBlockTabs >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ We require that all researchers:
15
15
If you follow these guidelines when reporting an issue to us, we commit to:
16
16
17
17
- Not pursue or support any legal action related to your research;
18
- - Work with you to understand and resolve the issue quickly (including an initial confirmation of your report within 72 hours of submission);
18
+ - Work with you to understand and resolve the issue quickly (including an initial confirmation of your report within 3 business days of submission);
19
19
20
20
## Scope
21
21
You can’t perform that action at this time.
0 commit comments