1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

Feature/use hcaptcha if bot (#1000)

* Add captcha to login component

* Add catpcha to login page

* Update content width if captcha is visible

* extend submit to handle widening if captcha is required

* Improve login styling

* Add Captcha to registration page

* Remove padding from captcha div

The padding was messing up image selection of captcha items

* Update jslib

* PR review

* update jslib
This commit is contained in:
Matt Gibson
2021-07-23 13:48:10 -05:00
committed by GitHub
parent d7287e7aa3
commit c863d68057
7 changed files with 29 additions and 4 deletions

View File

@@ -42,6 +42,7 @@
#login-page, #register-page, #hint-page, #two-factor-page, #lock-page {
.content {
width: 300px;
transition: width 0.25s linear;
p {
text-align: center