|
@@ -481,7 +481,7 @@ func (a *AuthController) ModifyMobile(c *gin.Context) {
|
|
userinfo := services.GetInfoByClaims(c)
|
|
userinfo := services.GetInfoByClaims(c)
|
|
|
|
|
|
if req.NewMobile == "" {
|
|
if req.NewMobile == "" {
|
|
- resp.Fail("Please enter a new password", c)
|
|
|
|
|
|
+ resp.Fail("Please enter your phone number", c)
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
|