mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 15:35:35 +00:00
feat: add user token management
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { ApiTokens } from '~/components/common/api_tokens/api_tokens';
|
||||
import {
|
||||
FloatingTab,
|
||||
FloatingTabs,
|
||||
@@ -14,6 +15,11 @@ function UserSettingsShow() {
|
||||
value: 'preferences',
|
||||
content: <UserPreferences />,
|
||||
},
|
||||
{
|
||||
label: t('api-tokens.title'),
|
||||
value: 'api-tokens',
|
||||
content: <ApiTokens />,
|
||||
},
|
||||
];
|
||||
return <FloatingTabs tabs={tabs} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user