I'm working on an application built with amplify and react. I have an auth module.
I want basically to have only one user, I don't want to let peoples create accounts.
My question is how to hide the sign up option ?
Thanks.
C.C.
You can use the hideSignUp
property:
<AmplifyAuthenticator>
<AmplifySignIn slot="sign-in" hideSignUp></AmplifySignIn>
</AmplifyAuthenticator>