Skip to content

Commit fb91695

Browse files
committed
fix: escape username field in config
1 parent 0afe8f1 commit fb91695

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)