mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[feature] Add token review / delete to backend + settings panel (#3845)
This commit is contained in:
@ -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>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user