mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Webatrice: fix login bugs (#4557)
* fix login after failed connection attempts, limit connection attempt time * fix register hashed password and salt * add feature detection and Unsupported Browser screen * nit Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
parent
81d031ca0f
commit
bb16ae09ef
17 changed files with 104 additions and 18 deletions
18
webclient/src/containers/Unsupported/Unsupported.css
Normal file
18
webclient/src/containers/Unsupported/Unsupported.css
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
.Unsupported {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.Unsupported-paper {
|
||||
width: 600px;
|
||||
max-width: 100%;
|
||||
padding: 40px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.Unsupported-paper__header {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue