Skip to content
Snippets Groups Projects
Commit 239ce742 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix missing equals-sign

parent 3c78f9f3
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
<p>{{ 'A service has requested you to authenticate yourself. Please enter your username and password in the form below.'|trans }}</p>
<br>
<div class="center">
<form class="pure-form pure-form-aligned center-form" action="{{ '?AuthState' ~ AuthState }}" method="post" name="f">
<form class="pure-form pure-form-aligned center-form" action="{{ '?AuthState=' ~ AuthState }}" method="post" name="f">
<div class="form-align">
<div class="pure-control-group">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment