mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-23 21:26:15 -06:00
[feature] Add token review / delete to backend + settings panel
This commit is contained in:
parent
1b37944f8b
commit
4638eda919
25 changed files with 1637 additions and 1 deletions
|
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue