Skip to content

Commit 72b66a0

Browse files
add comment
1 parent c321b5b commit 72b66a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/frontend/src/pages/settings/2fa.qrdialog.vue

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ SPDX-License-Identifier: AGPL-3.0-only
3636
<div>{{ i18n.ts._2fa.step2 }}</div>
3737
<div>
3838
<a :class="$style.qr" :href="twoFactorData.url"><img :src="twoFactorData.qr"></a>
39+
<!-- QRコード側にマージンが入っているので直下でOK -->
3940
<div><MkButton inline rounded link :to="twoFactorData.url" :linkBehavior="'browser'">{{ i18n.ts.launchApp }}</MkButton></div>
4041
</div>
4142
<MkKeyValue :copy="twoFactorData.url">

0 commit comments

Comments
 (0)