diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-02-22 19:43:10 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-22 19:43:10 +0900 |
| commit | 6bc75a048554b029fe7ae04ef72952dfcf053799 (patch) | |
| tree | 56869430dfaa23af1b5571ffc110c54119e7d3fe /src/api/models | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| download | sharkey-6bc75a048554b029fe7ae04ef72952dfcf053799.tar.gz sharkey-6bc75a048554b029fe7ae04ef72952dfcf053799.tar.bz2 sharkey-6bc75a048554b029fe7ae04ef72952dfcf053799.zip | |
Update user.ts
Diffstat (limited to 'src/api/models')
| -rw-r--r-- | src/api/models/user.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/models/user.ts b/src/api/models/user.ts index c8c187c509..a9f368077f 100644 --- a/src/api/models/user.ts +++ b/src/api/models/user.ts @@ -18,4 +18,3 @@ export function validatePassword(password: string): boolean { export function isValidBirthday(birthday: string): boolean { return typeof birthday == 'string' && /^([0-9]{4})\-([0-9]{2})-([0-9]{2})$/.test(birthday); } -} |