diff --git a/locales/en.toml b/locales/en.toml index 23712c87..4ca7de99 100644 --- a/locales/en.toml +++ b/locales/en.toml @@ -1497,6 +1497,8 @@ pkce = "PKCE" title = "Security Settings" trusted_rp_enable = "Trusted RP (Custom Login UI)" trusted_rp_enable_help = "Enable this if you want to implement your own login screen within the app instead of using the Baron SSO login page." +headless_login_enable = "Headless Login (Custom Login UI)" +headless_login_enable_help = "Enable this if you want to implement your own login screen within the app instead of using the Baron SSO login page." [ui.dev.clients.general.public_key] auth_method = "Token Endpoint Auth Method" diff --git a/locales/ko.toml b/locales/ko.toml index dccb8e84..97e6ee97 100644 --- a/locales/ko.toml +++ b/locales/ko.toml @@ -1750,6 +1750,8 @@ pkce = "PKCE" title = "보안 설정" trusted_rp_enable = "Trusted RP (자체 로그인 UI 사용)" trusted_rp_enable_help = "Baron SSO 로그인 창을 거치지 않고 애플리케이션 내의 자체 로그인 화면을 직접 구현하고 싶은 경우 활성화합니다." +headless_login_enable = "Headless Login (자체 로그인 UI 사용)" +headless_login_enable_help = "Baron SSO 로그인 창을 거치지 않고 애플리케이션 내의 자체 로그인 화면을 직접 구현하고 싶은 경우 활성화합니다." [ui.dev.clients.general.public_key] auth_method = "Token Endpoint Auth Method" diff --git a/locales/template.toml b/locales/template.toml index 2ed62bbb..2cfc85db 100644 --- a/locales/template.toml +++ b/locales/template.toml @@ -1744,6 +1744,8 @@ pkce = "" title = "" trusted_rp_enable = "" trusted_rp_enable_help = "" +headless_login_enable = "" +headless_login_enable_help = "" [ui.dev.clients.general.public_key] auth_method = ""