Skip to content

Commit 9ffea79

Browse files
committed
fix: add margin to instruction text in TwoFactorsSetup component
1 parent c0ecf3b commit 9ffea79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/TwoFactorsSetup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div class="flex justify-center m-3" >
1818
<img :src="totpQrCode" class="af-qr-code min-w-[200px] min-h-[200px]" alt="QR code" />
1919
</div>
20-
<div>{{$t('Or copy this code to app manually:')}}</div>
20+
<div class="my-1">{{$t('Or copy this code to app manually:')}}</div>
2121
<div class="w-full">
2222
<div class="relative">
2323
<label for="npm-install-copy-text" class="sr-only">{{$t('Label')}}</label>

0 commit comments

Comments
 (0)