1
0
forked from baron/baron-sso

chore: fix frontend lints and format issues

- Resolve 'noDelete' by using undefined assignment in TenantSchemaPage
- Resolve React list key warning by using client_id in UserDetailPage
- Run biome formatter across modified components
This commit is contained in:
2026-04-02 16:46:54 +09:00
parent b582c82c6f
commit 797c6b0b8a
11 changed files with 841 additions and 119 deletions

View File

@@ -452,7 +452,10 @@ function UserCreatePage() {
)}
{field.isLoginId && (
<span className="ml-2 text-[10px] bg-green-500/10 text-green-600 px-1.5 py-0.5 rounded uppercase font-bold">
{t("ui.admin.users.create.form.is_login_id", "로그인 ID")}
{t(
"ui.admin.users.create.form.is_login_id",
"로그인 ID",
)}
</span>
)}
</Label>