diff --git a/web/src/views/setting/SettingUser.vue b/web/src/views/setting/SettingUser.vue index d363c3c4..4d6e3d37 100644 --- a/web/src/views/setting/SettingUser.vue +++ b/web/src/views/setting/SettingUser.vue @@ -91,7 +91,7 @@ const columns: any = [ }, { default: () => $gettext('Access Tokens'), - icon: renderIcon('material-symbols:edit-outline', { size: 14 }) + icon: renderIcon('material-symbols:vpn-key-outline', { size: 14 }) } ), h( diff --git a/web/src/views/setting/TwoFaModal.vue b/web/src/views/setting/TwoFaModal.vue index 891b4888..61a992a2 100644 --- a/web/src/views/setting/TwoFaModal.vue +++ b/web/src/views/setting/TwoFaModal.vue @@ -51,23 +51,30 @@ watch( @close="show = false" > - - - - - {{ $gettext('Scan the QR code with your 2FA app and enter the code below') }} - - - {{ - $gettext('If you cannot scan the QR code, please enter the URL below in your 2FA app') - }} - - - {{ model.url }} - - - - + + + + + + + + + {{ $gettext('Scan the QR code with your 2FA app and enter the code below') }} + + + {{ + $gettext( + 'If you cannot scan the QR code, please enter the URL below in your 2FA app' + ) + }} + + + {{ model.url }} + + + + > +