fix: remove double <form> element from 2FA form (#9851)

This commit is contained in:
Phsm Qwerty 2024-12-02 09:08:26 +01:00 committed by GitHub
parent 8a1da3804c
commit 58138f2da3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,6 @@
<template>
<div class="center">
<a-form>
<img
v-if="$config.banner"
:src="$config.banner"
@ -52,7 +51,6 @@
</div>
</a-form>
</a-form>
</div>
</template>
<script>