mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-25 09:43:44 +02:00
Fix authentication page on mobile devices
This commit is contained in:
@@ -32,8 +32,6 @@ const LoginContainer = ({ isSubmitting, setFieldValue, values, submitForm, handl
|
||||
handleSubmit(e);
|
||||
};
|
||||
|
||||
console.log(values.recaptchaData);
|
||||
|
||||
return (
|
||||
<React.Fragment>
|
||||
{ref.current && ref.current.render()}
|
||||
|
||||
Reference in New Issue
Block a user