diff --git a/web/components/login-form.tsx b/web/components/login-form.tsx index 6f5922c..21d8456 100644 --- a/web/components/login-form.tsx +++ b/web/components/login-form.tsx @@ -186,15 +186,15 @@ export function LoginForm({ : "/api/auth/wxwork_qr_login" window.location.href = `${path}?next=${encodeURIComponent(redirectPath)}` }} - > - + - {t("auth.wxworkSignIn")} + height={16} + className="size-4 shrink-0" + /> + {t("auth.wxworkSignIn")} ) : null} {authOptions.oidcEnabled ? ( @@ -207,7 +207,7 @@ export function LoginForm({ }} > - {t("auth.oidcSignIn")} + {t("auth.oidcSignIn")} ) : null}