|
@@ -541,7 +541,7 @@ const RegisterForm = () => {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
- <div className="bg-gray-100 flex items-center justify-center py-12 px-4 sm:px-6 lg:px-8">
|
|
|
|
|
|
|
+ <div className="bg-gray-100 flex items-center justify-center py-12 px-4 sm:px-6 lg:px-8 mt-[64px]">
|
|
|
<div className="w-full max-w-sm">
|
|
<div className="w-full max-w-sm">
|
|
|
{showEmailRegister || !(status.github_oauth || status.oidc_enabled || status.wechat_login || status.linuxdo_oauth || status.telegram_oauth)
|
|
{showEmailRegister || !(status.github_oauth || status.oidc_enabled || status.wechat_login || status.linuxdo_oauth || status.telegram_oauth)
|
|
|
? renderEmailRegisterForm()
|
|
? renderEmailRegisterForm()
|