aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-06-24 00:58:45 +0300
committereug-vs <eug-vs@keemail.me>2020-06-24 00:58:45 +0300
commit75e527334e4e9a94b63704f87aa650c75f13891c (patch)
treec05aef37007c85321aa75b118de7d4ffe0c58b6a /config
parentb054bd6cf5be0eed0c17fbacec8bcc09cf013d44 (diff)
downloadwhich-api-75e527334e4e9a94b63704f87aa650c75f13891c.tar.gz
feat: migrate to latest which-types
Diffstat (limited to 'config')
-rw-r--r--config/default.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.json b/config/default.json
index e112f3e..3d8ffd2 100644
--- a/config/default.json
+++ b/config/default.json
@@ -8,7 +8,7 @@
"local"
],
"local": {
- "usernameField": "name",
+ "usernameField": "username",
"passwordField": "password"
}
}