[feature] Add token review / delete to backend + settings panel (#3845)

This commit is contained in:
tobi 2025-03-04 11:01:25 +01:00 committed by GitHub
commit 829143d263
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 1637 additions and 1 deletions

View file

@ -63,6 +63,11 @@ export default function UserMenu() {
itemUrl="export-import"
icon="fa-floppy-o"
/>
<MenuItem
name="Access Tokens"
itemUrl="tokens"
icon="fa-certificate"
/>
</MenuItem>
);
}