diff --git a/app/assets/javascripts/components/AccountMenu/Authentication.tsx b/app/assets/javascripts/components/AccountMenu/Authentication.tsx index 82def0bf9..0237ed3c6 100644 --- a/app/assets/javascripts/components/AccountMenu/Authentication.tsx +++ b/app/assets/javascripts/components/AccountMenu/Authentication.tsx @@ -110,7 +110,6 @@ const Authentication: FC = ({ setIsAuthenticating(true); const response = await application.signIn( - // const response = await handleSignIn( email, password, isStrictSignIn, @@ -148,7 +147,6 @@ const Authentication: FC = ({ setIsAuthenticating(true); const response = await application.register( - // const response = await handleRegister( email, password, isEphemeral, @@ -290,11 +288,11 @@ const Authentication: FC = ({ ref={passwordConfirmationInputRef} />}
- { +
{showAdvanced && (
@@ -308,14 +306,13 @@ const Authentication: FC = ({ name="server" placeholder="Server URL" onChange={handleHostInputChange} - // value={url} value={server} required />
{showLogin && (