feat(auth): real JWT login, RBAC routes, RGPD cookie banner + users/journal admin
Build & Deploy / build (push) Successful in 11s
Build & Deploy / build (push) Successful in 11s
This commit is contained in:
@@ -30,7 +30,7 @@ export default function Journal() {
|
||||
|
||||
const columns = [
|
||||
{ key: 'date_action', label: 'Date' },
|
||||
{ key: 'utilisateur', label: 'Utilisateur' },
|
||||
{ key: 'username', label: 'Utilisateur' },
|
||||
{ key: 'action', label: 'Action' },
|
||||
{ key: 'detail', label: 'Détail' },
|
||||
{ key: 'ip', label: 'Adresse IP' },
|
||||
|
||||
Reference in New Issue
Block a user