fix more logic for tests (cherry-picked from 83acb028c7)

This commit is contained in:
2025-05-31 16:20:41 -06:00
parent 8c42166d36
commit 4327a5175c
5 changed files with 19 additions and 19 deletions

View File

@@ -324,7 +324,7 @@ export default class InviteOneView extends Vue {
);
await axios.post(
this.apiServer + "/api/userUtil/invite",
{ inviteJwt: inviteJwt, notes: notes },
{ inviteIdentifier, inviteJwt, notes, expiresAt },
{ headers },
);
const newInvite = {