1
0
forked from baron/baron-sso

Trusted RP 명칭을 Headless Login으로 일괄 변경

This commit is contained in:
2026-03-31 10:44:37 +09:00
parent 2364ff59d2
commit df145b2957
4 changed files with 14 additions and 14 deletions

View File

@@ -976,7 +976,7 @@ function ClientGeneralPage() {
>
{t(
"ui.dev.clients.general.security.trusted_rp_enable",
"Trusted RP (자체 로그인 UI 사용)",
"Headless Login (자체 로그인 UI 사용)",
)}
</Label>
<p className="text-[10px] text-muted-foreground">
@@ -998,7 +998,7 @@ function ClientGeneralPage() {
</CardContent>
</Card>
{/* 4. Public Key Registration (Trusted RP) */}
{/* 4. Public Key Registration (Headless Login) */}
{clientType === "pkce" && headlessLoginEnabled && (
<Card className="glass-panel border-primary/20">
<CardHeader className="pb-3">
@@ -1013,7 +1013,7 @@ function ClientGeneralPage() {
<CardDescription>
{t(
"msg.dev.clients.general.public_key.subtitle",
"Trusted RP 판정에 필요한 공개키와 headless login 관련 설정을 관리합니다.",
"Headless Login 판정에 필요한 공개키와 관련 설정을 관리합니다.",
)}
</CardDescription>
</div>