1
0
forked from baron/baron-sso

userfront 접속이력 타임라인 oathkeeper 세션 ID 보강

This commit is contained in:
2026-04-07 14:47:04 +09:00
parent 6e312cc5fd
commit 9e473ae8a8
4 changed files with 166 additions and 15 deletions

View File

@@ -161,9 +161,9 @@ class _DashboardScreenState extends ConsumerState<DashboardScreen> {
builder: (context) => AlertDialog(
title: Text(tr('ui.userfront.dashboard.sessions.revoke.title')),
content: Text(
tr(
_renderTranslatedText(
'msg.userfront.dashboard.sessions.revoke.confirm',
params: {
values: {
'target': session.isCurrent
? tr('ui.userfront.dashboard.sessions.current_badge')
: _sessionDisplayLabel(session),