1
0
forked from baron/baron-sso

앱 유형 명칭 Private/PKCE 반영 및 UI 로직 업데이트

This commit is contained in:
2026-02-23 13:14:02 +09:00
parent 5dd5dd1086
commit 2624931a7f
3 changed files with 21 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
import apiClient from "./apiClient";
export type ClientStatus = "active" | "inactive";
export type ClientType = "confidential" | "public";
export type ClientType = "private" | "pkce";
export type ClientSummary = {
id: string;