基本完成重置密码和忘记密码
This commit is contained in:
@@ -29,7 +29,7 @@ service auth {
|
||||
get /api/auth/reset/token(RequestUserResetToken) returns (response);
|
||||
|
||||
@handler UserResetPasswordHandler
|
||||
post /api/auth/reset/password(RequestUserLogin) returns (response);
|
||||
post /api/auth/reset/password(RequestUserResetPassword) returns (response);
|
||||
}
|
||||
|
||||
type (
|
||||
|
||||
Reference in New Issue
Block a user