Skip to content

Commit 92a413b

Browse files
ScreamingHawkclaudioc
authored andcommitted
Fix proxyPath not substituting in login pug for ldap (#209)
1 parent 6c76361 commit 92a413b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/login.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ block content
2626

2727
+errors()
2828

29-
form.form-horizontal(action='#{proxyPath}/auth/ldap', method='post')
29+
form.form-horizontal(action=`${proxyPath}/auth/ldap`, method='post')
3030
.form-group
3131
label.col-sm-2.control-label Username
3232
.col-sm-3

0 commit comments

Comments
 (0)