diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2025-05-11 03:12:43 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-11 03:12:43 +0300 |
| commit | 58f978bb0a26887d87b8098df8080280171aa05a (patch) | |
| tree | 12c0cac89a8247dade5f918ec202d5980e1277c7 /web/html/index.html | |
| parent | 6d4749606961b665de8bd7ad4246864ce3915256 (diff) | |
fix: 2fa qr-code (#2996)
Diffstat (limited to 'web/html/index.html')
| -rw-r--r-- | web/html/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/index.html b/web/html/index.html index d17cd1e0..acc499df 100644 --- a/web/html/index.html +++ b/web/html/index.html @@ -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> |
