Skip to content

Commit 1d7a7f9

Browse files
authored
Remove hash from the Enketo authentication.url config (#951)
1 parent 10903cf commit 1d7a7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/enketo/config.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"api key": "${API_KEY}",
99
"authentication": {
1010
"type": "cookie",
11-
"url": "${BASE_URL}/#/login?next={RETURNURL}"
11+
"url": "${BASE_URL}/login?next={RETURNURL}"
1212
},
1313
"name": "ODK Central",
1414
"server url": "${DOMAIN}"

0 commit comments

Comments
 (0)