1
0
forked from baron/baron-sso

userfront 접속이력 UI 세션 상태 필터 반영

This commit is contained in:
2026-04-07 11:45:34 +09:00
parent 763c04398e
commit 6843b96fe0
6 changed files with 314 additions and 284 deletions

View File

@@ -47,11 +47,13 @@ greeting = "Hello, {name}."
date = "Date: {value}"
device = "Device: {value}"
end = "No more items to show."
filtered_empty = "There are no active or current sessions to display."
filter.description = "Turn this on to show only active or current sessions."
ip = "IP address: {value}"
load_more_error = "Could not load more history."
result = "Result: {value}"
session_id = "Session ID: {value}"
status = "Status: pending"
status = "Status: {value}"
[msg.userfront.consent]
accept_error = "Failed to process consent: {error}"
@@ -283,7 +285,7 @@ uppercase = "At least one uppercase letter"
[msg.userfront.sections]
apps_subtitle = "Your linked apps and their latest sign-in status."
audit_subtitle = "Recent access history for Baron sign-in."
audit_subtitle = "Review current session status and recent sign-in history together."
sessions_subtitle = "Your currently signed-in devices and browser sessions."
[msg.userfront.settings]
@@ -434,7 +436,12 @@ dev_console = "Dev Console"
[ui.userfront.audit]
[ui.userfront.audit.filter]
title = "Session filter"
toggle_label = "Active only"
[ui.userfront.audit.table]
action = "Action"
app = "App"
auth_method = "Auth Method"
date = "Date"