mirror of
https://github.com/documenso/documenso
synced 2026-05-23 08:58:32 +00:00
Previously we would delete all invites and confirmation tokens upon completing the action that they represent. This change instead adds a flag on each token indicating whether it has been completed so we can action a completed token differently in the UI to reduce confusion for users. This had been brought up a number of times where confirmation emails, team member invites and other items may have been actioned and forgotten about causing an error toast/page upon subsequent revisit. |
||
|---|---|---|
| .. | ||
| service-accounts | ||
| create-user.ts | ||
| delete-user.ts | ||
| find-user-security-audit-logs.ts | ||
| forgot-password.ts | ||
| generate-confirmation-token.ts | ||
| get-all-users.ts | ||
| get-monthly-completed-document.ts | ||
| get-most-recent-verification-token-by-user-id.ts | ||
| get-reset-token-validity.ts | ||
| get-signer-conversion.ts | ||
| get-user-by-email.ts | ||
| get-user-by-id.ts | ||
| get-user-monthly-growth.ts | ||
| get-user-public-profile.ts | ||
| reset-password.ts | ||
| send-confirmation-token.ts | ||
| update-password.ts | ||
| update-profile.ts | ||
| update-public-profile.ts | ||
| verify-email.ts | ||