fix: 2fa qr-code (#2996)

This commit is contained in:
Tara Rostami
2025-05-10 19:12:43 -05:00
committed by GitHub
parent 6d47496069
commit 58f978bb0a
2 changed files with 33 additions and 18 deletions

View File

@@ -97,7 +97,7 @@
<transition name="list" appear>
<template>
<a-row v-if="!status.isLoaded">
<a-card hoverable :style="{ textAlign: 'center', padding: '30px 0', marginTop: '10px', background: 'transparent' }">
<a-card :style="{ textAlign: 'center', padding: '30px 0', marginTop: '10px', background: 'transparent', border: 'none' }">
<a-spin tip='{{ i18n "loading" }}'></a-spin>
</a-card>
</a-row>