Update LoginView.vue

Add's ability to auto-populate OTP on compatible devices
This commit is contained in:
Jordan Jones
2024-02-02 09:29:19 +00:00
committed by GitHub
parent 5e0fab88a3
commit 13e35d24a2

View File

@@ -63,6 +63,7 @@
autofocus
outlined
v-model="credentials.twofactor"
autocomplete="one-time-code"
:rules="[
(val) =>
(val && val.length > 0) || 'This field is required',