mirror of
https://github.com/freedbygrace/DynamoDNS.git
synced 2026-08-30 12:09:54 +00:00
Enhance API token management and role display. Improved token expiration options and made role cards collapsible.
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/ce8616db-dc72-462d-9d34-1ac938bbce4c.jpg
This commit is contained in:
@@ -76,6 +76,8 @@ const tokenFormSchema = z.object({
|
||||
name: z.string().min(1, "Token name is required"),
|
||||
role: z.string().min(1, "Role is required"),
|
||||
expiresIn: z.string().optional(),
|
||||
customDate: z.date().optional(),
|
||||
customTime: z.string().optional(),
|
||||
});
|
||||
|
||||
export default function ApiTokensPage() {
|
||||
|
||||
Reference in New Issue
Block a user