Files
humhub/static/resources/user/authChoice.js
Yuriy Bakhtin ef41e8ab37 Fix opening more auth clients (#7013)
* Fix opening more auth clients

* Update CHANGELOG.md

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-05-20 21:07:19 +02:00

5 lines
149 B
JavaScript

$(document).on('click', '.btn-auth-choice-more', function () {
$('.btn-auth-choice-more').hide();
$('.auth-choice-more-buttons').show();
});