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:
parent
07a94de607
commit
924ecd998f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
[]
|
||||
|
|
Loading…
Add table
Reference in a new issue