mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-13 03:25:32 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
@@ -6,6 +6,7 @@ async function resetPassword() {
|
||||
let rsp = await userService.resetPassword({
|
||||
code: "some-code-from-email",
|
||||
confirmPassword: "newpass123",
|
||||
email: "joe@example.com",
|
||||
newPassword: "newpass123",
|
||||
});
|
||||
console.log(rsp);
|
||||
|
||||
Reference in New Issue
Block a user