From 98e42ec6ffd245f522bc1cbceda0d3f84d3330b5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 14 May 2022 15:00:15 +0900 Subject: enhance: Display TOTP Register URL Close #7261 Co-Authored-By: tamaina --- packages/client/src/pages/settings/2fa.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/client/src/pages/settings') diff --git a/packages/client/src/pages/settings/2fa.vue b/packages/client/src/pages/settings/2fa.vue index 9ebf5101cd..01dd9b74a2 100644 --- a/packages/client/src/pages/settings/2fa.vue +++ b/packages/client/src/pages/settings/2fa.vue @@ -52,8 +52,9 @@ -
  • {{ i18n.ts._2fa.step2 }}
  • -
  • {{ i18n.ts._2fa.step3 }}
    +
  • {{ i18n.ts._2fa.step2 }}

    {{ $ts._2fa.step2Url }}
    {{ data.url }}

  • +
  • + {{ i18n.ts._2fa.step3 }}
    {{ i18n.ts.done }}
  • -- cgit v1.2.3-freya