mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-20 07:08:40 +00:00
💄 style(ui): some style adjustments
This commit is contained in:
@@ -559,7 +559,7 @@ const RegisterForm = () => {
|
||||
|
||||
<div className="absolute inset-0 bg-gradient-to-br from-teal-500/30 via-blue-500/30 to-purple-500/30 backdrop-blur-sm z-0"></div>
|
||||
|
||||
<div className="w-full max-w-md relative z-10">
|
||||
<div className="w-full max-w-sm relative z-10">
|
||||
{showEmailRegister || !(status.github_oauth || status.oidc_enabled || status.wechat_login || status.linuxdo_oauth || status.telegram_oauth)
|
||||
? renderEmailRegisterForm()
|
||||
: renderOAuthOptions()}
|
||||
|
||||
Reference in New Issue
Block a user