This commit is contained in:
@@ -2,20 +2,30 @@
|
|||||||
<v-row v-if="formState.ready">
|
<v-row v-if="formState.ready">
|
||||||
<v-col>
|
<v-col>
|
||||||
<v-form ref="form">
|
<v-form ref="form">
|
||||||
<v-row align="center" justify="center">
|
<v-row>
|
||||||
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
|
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
|
||||||
<template v-if="tfaEnabled">
|
<template v-if="tfaEnabled">
|
||||||
DISABLE TFA
|
DISABLE TFA
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<v-col cols="12" md="7">
|
<v-col cols="12">
|
||||||
<v-card>
|
<v-card class="mx-auto my-12" max-width="600">
|
||||||
<v-card-title>{{ $ay.t("AuthConnectAppTitle") }}</v-card-title>
|
<v-card-title>{{ $ay.t("AuthConnectAppTitle") }}</v-card-title>
|
||||||
|
<v-card-subtitle
|
||||||
|
>Using an authenticator app like Google Authenticator, Duo,
|
||||||
|
Microsoft Authenticator or Authy, scan the QR code. It will
|
||||||
|
display a 6 digit code which you need to enter below.
|
||||||
|
</v-card-subtitle>
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<div class="text-center">
|
<div class="text-center my-10">
|
||||||
<img alt="Embedded QR Code" :src="qCode" />
|
<img alt="Embedded QR Code" :src="qCode" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Having trouble scanning the code? Enter the following
|
||||||
|
manually:
|
||||||
|
<div>
|
||||||
|
<span class="text-subtitle-2">{{ obj.s }}</span>
|
||||||
|
</div>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
</v-card>
|
</v-card>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|||||||
Reference in New Issue
Block a user