don't need extra template
This commit is contained in:
parent
75d6d20454
commit
148eb80595
|
@ -6,7 +6,6 @@
|
||||||
<MkButton @click="unregister">{{ i18n.ts.unregister }}</MkButton>
|
<MkButton @click="unregister">{{ i18n.ts.unregister }}</MkButton>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template>
|
|
||||||
<template v-if="supportsCredentials">
|
<template v-if="supportsCredentials">
|
||||||
<hr class="totp-method-sep">
|
<hr class="totp-method-sep">
|
||||||
|
|
||||||
|
@ -41,7 +40,6 @@
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</template>
|
</template>
|
||||||
</template>
|
|
||||||
<div v-if="twoFactorData && !$i.twoFactorEnabled">
|
<div v-if="twoFactorData && !$i.twoFactorEnabled">
|
||||||
<ol style="margin: 0; padding: 0 0 0 1em;">
|
<ol style="margin: 0; padding: 0 0 0 1em;">
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in New Issue