Generate and Show all OTPs directly on the main view - Complete #153

This commit is contained in:
Bubka
2023-04-14 17:13:28 +02:00
parent 4f81b30fcd
commit b8c810f885
16 changed files with 504 additions and 36 deletions

View File

@ -28,7 +28,7 @@
:disabled="isDisabled"
/>
<span v-if="choice.legend" v-html="choice.legend" class="is-block is-size-7"></span>
<font-awesome-icon :icon="['fas', choice.icon]" v-if="choice.icon" class="mr-3" /> {{ choice.text }}
<font-awesome-icon :icon="['fas', choice.icon]" v-if="choice.icon" class="mr-2" /> {{ choice.text }}
</button>
</div>
<field-error :form="form" :field="fieldName" />