mirror of
https://github.com/freedbygrace/DynamoDNS.git
synced 2026-07-26 11:38:13 +00:00
Fix custom role display and add flexible token expiration
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/4ea704b7-3f63-453d-b502-c43743f2bbc6.jpg
This commit is contained in:
@@ -97,7 +97,7 @@ export default function ApiTokensPage() {
|
||||
|
||||
// Fetch custom roles
|
||||
const { data: customRoles = [] } = useQuery<CustomRole[]>({
|
||||
queryKey: ["/api/custom-roles"],
|
||||
queryKey: ["/api/roles/custom"],
|
||||
});
|
||||
|
||||
// Form for adding a token
|
||||
|
||||
Reference in New Issue
Block a user