fix
This commit is contained in:
@@ -53,7 +53,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
||||
Handler: UserResetPasswordHandler(serverCtx),
|
||||
},
|
||||
{
|
||||
Method: http.MethodPost,
|
||||
Method: http.MethodGet,
|
||||
Path: "/api/auth/reset/password/html",
|
||||
Handler: UserResetPasswordHtmlHandler(serverCtx),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user