mirror of
https://github.com/freedbygrace/DynamoDNS.git
synced 2026-09-04 14:35:23 +00:00
Add customer management functionality to the API
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/ab3b9534-4d96-4109-8be8-f8dfcfd3cfb5.jpg
This commit is contained in:
+1
-1
@@ -305,7 +305,7 @@ export function setupAuth(app: Express) {
|
||||
password: z.string().min(8).max(100),
|
||||
email: z.string().email(),
|
||||
fullName: z.string().optional(),
|
||||
organizationId: z.string().uuid().optional()
|
||||
customerId: z.string().uuid().optional()
|
||||
});
|
||||
|
||||
// Registration endpoint
|
||||
|
||||
Reference in New Issue
Block a user