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