diff --git a/internal/view/login.html b/internal/view/login.html index b9c61f5..f6114de 100644 --- a/internal/view/login.html +++ b/internal/view/login.html @@ -35,7 +35,7 @@
- + @@ -140,6 +140,9 @@ // Load setting this.loadSetting(); localStorage.removeItem("shiori-account"); + + // wasn't working all the time, so I'm putting this here as a fallback + document.querySelector('#username').focus() } })