Skip to content
Snippets Groups Projects
Commit a40b1e51 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

authetnication token id fixed

parent 60c4ae61
No related branches found
No related tags found
1 merge request!5Frontend refactor
......@@ -59,7 +59,7 @@
</h:form>
<h:form id="authenticationForm">
<h:inputHidden id="authenticationToken" value="#{userMB.authenticationToken}"/>
<h:inputHidden id="authenticationToken" value="#{userMB.authenticationToken.id}"/>
<h:inputHidden id="baseUrl" value="#{request.contextPath}"/>
</h:form>
......
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