Skip to content

Commit c0ecf3b

Browse files
committed
fix: remove margin from instruction text in TwoFactorsSetup component
1 parent 5ff754f commit c0ecf3b

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 class="m-1">{{$t('Or copy this code to app manually:')}}</div>
20+
<div>{{$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)