@waline/vercel 1.36.2 → 1.36.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waline/vercel",
3
- "version": "1.36.2",
3
+ "version": "1.36.3",
4
4
  "description": "vercel server for waline comment system",
5
5
  "keywords": [
6
6
  "waline",
package/src/logic/user.js CHANGED
@@ -116,8 +116,7 @@ module.exports = class extends Base {
116
116
  }
117
117
 
118
118
  this.rules = {
119
- email: {
120
- require: false,
119
+ email:
121
120
  email: true,
122
121
  },
123
122
  };