mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-15 04:05:14 +00:00
feat: add "restricted" column to oidc client table
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<LogsIcon class="text-primary/80 size-5" />
|
||||
{m.audit_log()}
|
||||
</Card.Title>
|
||||
<Card.Description>{m.see_your_account_activities_from_the_last_3_months()}</Card.Description>
|
||||
<Card.Description>{m.see_your_recent_account_activities()}</Card.Description>
|
||||
</Card.Header>
|
||||
<Card.Content>
|
||||
<AuditLogList />
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<Card.Header>
|
||||
<Card.Title>{m.global_audit_log()}</Card.Title>
|
||||
<Card.Description class="mt-1"
|
||||
>{m.see_all_account_activities_from_the_last_3_months()}</Card.Description
|
||||
>{m.see_all_recent_account_activities()}</Card.Description
|
||||
>
|
||||
</Card.Header>
|
||||
<Card.Content>
|
||||
|
||||
Reference in New Issue
Block a user