1
0
forked from baron/baron-sso

감사 로그 403 권한 안내 문구 및 locale 키 반영

This commit is contained in:
2026-03-03 14:51:54 +09:00
parent 11a06fa94d
commit f485c07f54
10 changed files with 43 additions and 24 deletions

View File

@@ -180,7 +180,8 @@ function AuditLogsPage() {
);
}
const errMsg = axiosError.response?.data?.error ?? (query.error as Error).message;
const errMsg =
axiosError.response?.data?.error ?? (query.error as Error).message;
return (
<div className="p-8 text-center text-red-500">
{t("msg.dev.audit.load_error", "Error loading logs: {{error}}", {