Add forgot password feature
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -196,7 +196,7 @@ func (s Service) ForgetPassword(
|
||||
resetPasswordUrl := url.URL{
|
||||
Scheme: "https",
|
||||
Host: s.hostname,
|
||||
Path: "/reset-password",
|
||||
Path: "/auth/reset-password",
|
||||
RawQuery: url.Values{
|
||||
"token": []string{passwordResetToken},
|
||||
}.Encode(),
|
||||
|
||||
Reference in New Issue
Block a user