This commit is contained in:
syuilo 2019-06-15 00:07:41 +09:00
parent 2bd03ca725
commit 2615368b1e
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
8 changed files with 23 additions and 36 deletions

View file

@ -9,7 +9,7 @@ export const meta = {
params: {
username: {
validator: $.str.pipe(Users.validateUsername)
validator: $.use(Users.validateLocalUsername)
}
}
};