diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-07-22 18:22:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 18:22:12 +0200 |
commit | 707e94614bb8cfe22b84ae338d5fe5472cb87dc4 (patch) | |
tree | a2d199aaa8533b28b950636c99fe41039cb966e9 | |
parent | :bug: fix 404 error return json instead of client (diff) | |
parent | Update register.ts (diff) | |
download | server-707e94614bb8cfe22b84ae338d5fe5472cb87dc4.tar.xz |
Merge pull request #174 from DankDumpster/72-char
Make password limit 72 to match discord's limit
-rw-r--r-- | src/routes/auth/login.ts | 2 | ||||
-rw-r--r-- | src/routes/auth/register.ts | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/routes/auth/login.ts b/src/routes/auth/login.ts |