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 540469d commit 1f03a47Copy full SHA for 1f03a47
src/theme/Root.js
@@ -33,7 +33,7 @@ function Root({children}) {
33
<>
34
{children}
35
<FooterButton />
36
- { signInRequested && <Authenticator variation="modal"></Authenticator> }
+ { signInRequested && <Authenticator variation="modal" hideSignUp={true}></Authenticator> }
37
</>
38
);
39
}
0 commit comments