Skip to content

Commit 1f03a47

Browse files
Removed ability for user to create an account.
Intend to have CPR staff create accounts using Cognito UI.
1 parent 540469d commit 1f03a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/Root.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function Root({children}) {
3333
<>
3434
{children}
3535
<FooterButton />
36-
{ signInRequested && <Authenticator variation="modal"></Authenticator> }
36+
{ signInRequested && <Authenticator variation="modal" hideSignUp={true}></Authenticator> }
3737
</>
3838
);
3939
}

0 commit comments

Comments
 (0)