Merge pull request 'Add proper autocomplete prop for TOTP login field' (#424) from tudbut/akkoma-fe:develop into develop

Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/424
This commit is contained in:
floatingghost 2024-10-26 03:41:15 +00:00
commit cb4c581cde

View file

@ -18,6 +18,7 @@
<input
id="code"
v-model="code"
autocomplete="one-time-code"
class="form-control"
>
</div>