rename all variants of naming that hold an AyaType value to "aType" (parameter) / "AType" (not parameter) everywhere front and back; "ayType", "objectType", "oType" all are used in various areas
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
|
||||
<template v-if="tfaEnabled">
|
||||
<v-col cols="12">
|
||||
<v-card class="mx-auto my-12" max-width="600">
|
||||
<v-card data-cy="tfa" class="mx-auto my-12" max-width="600">
|
||||
<v-card-title>{{ $ay.t("AuthConnectAppTitle") }}</v-card-title>
|
||||
<v-card-text>
|
||||
<v-btn color="accent" @click="disable()">{{
|
||||
@@ -42,7 +42,7 @@
|
||||
:error-messages="form().serverErrors(this, 'pin')"
|
||||
ref="pin"
|
||||
@input="fieldValueChanged('pin')"
|
||||
data-cy="tfaPin"
|
||||
data-cy="tfa"
|
||||
autofocus
|
||||
@keyup.enter="authenticate"
|
||||
></v-text-field>
|
||||
|
||||
Reference in New Issue
Block a user