0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

🐛 Fix ldap function called on login click

Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
mathieu.brunot 2021-02-08 20:24:54 +01:00 committed by Andrey Antukh
parent 07a94de607
commit 924ecd998f

View file

@ -111,7 +111,7 @@
(when cfg/login-with-ldap
[:& fm/submit-button
{:label (tr "auth.login-with-ldap-submit")
:on-click on-submit}])]]))
:on-click on-submit-ldap}])]]))
(mf/defc login-page
[]