mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-11 22:49:04 +02:00
Bind Fields instead of full Form to the Login view inputs
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
fieldError: [String],
|
||||
hasOffset: Boolean,
|
||||
isDisabled: Boolean,
|
||||
label: {
|
||||
@ -67,7 +68,7 @@
|
||||
</button>
|
||||
</UseColorMode>
|
||||
</div>
|
||||
<!-- <FieldError :form="form" :field="fieldName" /> -->
|
||||
<FieldError v-if="fieldError != undefined" :error="fieldError" :field="fieldName" />
|
||||
<p class="help" v-html="$t(help)" v-if="help" />
|
||||
</div>
|
||||
</template>
|
Reference in New Issue
Block a user