diff options
author | ilyayudovin <46264063+ilyayudovin@users.noreply.github.com> | 2020-06-25 18:40:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 18:40:23 +0300 |
commit | 32e9cd6eec8f45fd9b53c8ab3af5907c8d4064bc (patch) | |
tree | 177064c905f4d6960eb01eb8dab2a90c7f3d5f90 | |
parent | 0afe8f1530affad1e58a65385b2a4bf888ab86cb (diff) | |
parent | fb91695a3bdd5957e36a39eae093d3c7b14a2555 (diff) | |
download | which-api-32e9cd6eec8f45fd9b53c8ab3af5907c8d4064bc.tar.gz |
Merge pull request #9 from which-ecosystem/config
fix: escape username field in config
-rw-r--r-- | config/default.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.json b/config/default.json index 3d8ffd2..278b076 100644 --- a/config/default.json +++ b/config/default.json @@ -8,7 +8,7 @@ "local" ], "local": { - "usernameField": "username", + "usernameField": "\\username", "passwordField": "password" } } |