mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
fix: remove double <form> element from 2FA form (#9851)
This commit is contained in:
parent
8a1da3804c
commit
58138f2da3
@ -17,7 +17,6 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<a-form>
|
|
||||||
<img
|
<img
|
||||||
v-if="$config.banner"
|
v-if="$config.banner"
|
||||||
:src="$config.banner"
|
:src="$config.banner"
|
||||||
@ -52,7 +51,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</a-form>
|
</a-form>
|
||||||
</a-form>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user