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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user