1
0
forked from baron/baron-sso

병합 code check 오류 수정

This commit is contained in:
2026-04-09 17:08:54 +09:00
parent c6ddf7c485
commit 46262c80c1
2 changed files with 1 additions and 3 deletions

View File

@@ -924,7 +924,6 @@ function ClientGeneralPage() {
</Label>
<Textarea
value={redirectUris}
onFocus={(e) => e.currentTarget.select()}
onChange={(e) => setRedirectUris(e.target.value)}
placeholder={t(
"ui.dev.clients.general.redirect.placeholder",