mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-13 22:12:15 -07:00
Webatrice: tech debt (#4560)
* turn autocomplete off by default on inputs * trim input fields onSubmit * move trim to form submit * cleanup * remove dead code * protect trim against null values * make password optional on Login for servers that allow unregisted logins * cleanup Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
parent
6928a2bd98
commit
bf08a04cda
11 changed files with 53 additions and 112 deletions
|
|
@ -1,6 +1,5 @@
|
|||
export { default as AccountActivationForm } from './AccountActivationForm/AccountActivationForm';
|
||||
export { default as CardImportForm } from './CardImportForm/CardImportForm';
|
||||
export { default as ConnectForm } from './ConnectForm/ConnectForm';
|
||||
export { default as LoginForm } from './LoginForm/LoginForm';
|
||||
export { default as KnownHostForm } from './KnownHostForm/KnownHostForm';
|
||||
export { default as RegisterForm } from './RegisterForm/RegisterForm';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue