diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-04-16 02:22:56 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-04-16 02:22:56 +1000 |
| commit | ba86ba12732b3290eaa74936950a370966b41ac5 (patch) | |
| tree | fcb1fb3df3a0edc1d0a27a5336c8cadaef593507 /Pages/Component/Titlebar.razor | |
| parent | d59e751c5b7c23f0dce2a146b6b8ced80231a0cb (diff) | |
v0.10av0.10a
Diffstat (limited to 'Pages/Component/Titlebar.razor')
| -rw-r--r-- | Pages/Component/Titlebar.razor | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Pages/Component/Titlebar.razor b/Pages/Component/Titlebar.razor index a0b9eec..48257b2 100644 --- a/Pages/Component/Titlebar.razor +++ b/Pages/Component/Titlebar.razor @@ -67,7 +67,14 @@ <div id="navbar"> <h2>Login</h2> <form class="login" action="javascript:login();"> - <input id="username" placeholder="Username" type="text"/> + <input + id="username" + placeholder="Username" + type="text" + autocorrect="off" + autocapitalize="off" + autocomplete="off" + autofocus/> <input id="password" placeholder="Password" type="password"/> </form> <a href="javascript:login();">Login</a> |
