Commit c0ccc57
committed
bug #1046 Fix demo password autofill on Firefox (bocharsky-bw)
This PR was merged into the master branch.
Discussion
----------
Fix demo password autofill on Firefox
This PR fixes demo password auto-filling on Firefox, steps to reproduce:
1. Open the login page in FF: https://localhost:8000/en/login
2. Reload the page and see empty password - looks like FF clears it due to security reasons but keeps the username
Commits
-------
c57a9a0 Fix demo password autofill on FirefoxFile tree
4 files changed
+5
-5
lines changed- assets/js
- public/build
4 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments