At least when LoginPress is in use, it appears that enabling wptelegram-login causes the entire login form to disappear on /wp-login.php and /wp-admin/ (username, password and submit button).
I was able to fix it by adding this CSS (under Appearance > Themes > my theme > LoginPress > Custom CSS/JS:
#loginform {
visibility: visible !important;
}
.submit {
display: block !important;
}
At least when LoginPress is in use, it appears that enabling wptelegram-login causes the entire login form to disappear on
/wp-login.phpand/wp-admin/(username, password and submit button).I was able to fix it by adding this CSS (under Appearance > Themes > my theme > LoginPress > Custom CSS/JS: