mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-18 05:35:10 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
@@ -13,6 +13,7 @@ func ResetPassword() {
|
||||
rsp, err := userService.ResetPassword(&user.ResetPasswordRequest{
|
||||
Code: "some-code-from-email",
|
||||
ConfirmPassword: "newpass123",
|
||||
Email: "joe@example.com",
|
||||
NewPassword: "newpass123",
|
||||
})
|
||||
fmt.Println(rsp, err)
|
||||
|
||||
Reference in New Issue
Block a user