mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 04:56:11 +02:00
🐛 Fix ldap function called on login click
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
parent
07a94de607
commit
924ecd998f
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@
|
||||||
(when cfg/login-with-ldap
|
(when cfg/login-with-ldap
|
||||||
[:& fm/submit-button
|
[:& fm/submit-button
|
||||||
{:label (tr "auth.login-with-ldap-submit")
|
{:label (tr "auth.login-with-ldap-submit")
|
||||||
:on-click on-submit}])]]))
|
:on-click on-submit-ldap}])]]))
|
||||||
|
|
||||||
(mf/defc login-page
|
(mf/defc login-page
|
||||||
[]
|
[]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue