We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c76361 commit 92a413bCopy full SHA for 92a413b
views/login.pug
@@ -26,7 +26,7 @@ block content
26
27
+errors()
28
29
- form.form-horizontal(action='#{proxyPath}/auth/ldap', method='post')
+ form.form-horizontal(action=`${proxyPath}/auth/ldap`, method='post')
30
.form-group
31
label.col-sm-2.control-label Username
32
.col-sm-3
0 commit comments