ziwen 1 year ago
parent
commit
f2e1bb55b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controller/auth.go

+ 1 - 1
controller/auth.go

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