added change password endpoint

This commit is contained in:
Milo Schwartz
2024-10-05 15:11:51 -04:00
parent 86fb43d570
commit e7080c4aa8
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";