Improve password handling

- Error out if auth is enabled but no password is passed in
- Indicate password location on login page
This commit is contained in:
Anmol Sethi
2020-05-12 19:19:37 -04:00
parent 524b0205e9
commit c0d6eb4664
5 changed files with 33 additions and 15 deletions

View File

@@ -22,6 +22,7 @@ rules:
# For overloads.
no-dupe-class-members: off
"@typescript-eslint/no-use-before-define": off
"@typescript-eslint/no-non-null-assertion": off
settings:
# Does not work with CommonJS unfortunately.