0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-09 01:17:43 +02:00

add to token creation UI

This commit is contained in:
Aiden Scandella 2024-11-29 13:58:20 -08:00
parent 14f6e4cad0
commit ab6c80a133
No known key found for this signature in database
GPG Key ID: 17C559C421D83A19

View File

@ -23,6 +23,7 @@ const categories = computed(() => {
'organization',
'package',
'repository',
'commitstatus',
'user');
return categories;
});