added change password endpoint

This commit is contained in:
Milo Schwartz 2024-10-05 15:11:51 -04:00
parent 84cd743d0c
commit dca6924a5c
9 changed files with 207 additions and 71 deletions

View file

@ -11,3 +11,4 @@ export * from "./verifyResourceAccess";
export * from "./verifyTargetAccess";
export * from "./verifyEmail";
export * from "./requestEmailVerificationCode";
export * from "./changePassword";