Skip to content

Commit 32e9cd6

Browse files
authored
Merge pull request #9 from which-ecosystem/config
fix: escape username field in config
2 parents 0afe8f1 + fb91695 commit 32e9cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"local"
99
],
1010
"local": {
11-
"usernameField": "username",
11+
"usernameField": "\\username",
1212
"passwordField": "password"
1313
}
1414
}

0 commit comments

Comments
 (0)