Update how users and invitations are managed within the system

Corrects the API request method for resending invitations, deleting invitations, and manually creating users in the `InvitationManagement` component.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 3a22ac80-cd1d-4441-9e36-f24fc2f4c3de
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3478f7c3-db8c-4fca-9165-3adbdf1b5829/3a22ac80-cd1d-4441-9e36-f24fc2f4c3de/gBqmpbl
This commit is contained in:
spliceboti
2025-09-12 20:33:17 +00:00
parent 3c7d15d6b0
commit 91706d07c7
2 changed files with 3 additions and 15 deletions
-4
View File
@@ -14,10 +14,6 @@ run = ["npm", "run", "start"]
localPort = 5000
externalPort = 80
[[ports]]
localPort = 35473
externalPort = 3000
[workflows]
runButton = "Project"