fix: include invite URL in user invitation response and update related tests

This commit is contained in:
GitHub Actions
2026-02-16 03:38:35 +00:00
parent da3117b37c
commit 5a46ef4219
7 changed files with 151 additions and 19 deletions

View File

@@ -45,6 +45,7 @@ export interface InviteUserResponse {
email: string
role: string
invite_token: string
invite_url: string
email_sent: boolean
expires_at: string
}