ziwen 2 năm trước cách đây
mục cha
commit
f2e1bb55b3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 	}