fix: remove extra password labek
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -451,12 +451,11 @@ function getMethodIcon(method: AuthenticationMethod): string {
|
|||||||
v-slot="{ errors, isSubmitting }"
|
v-slot="{ errors, isSubmitting }"
|
||||||
>
|
>
|
||||||
<div class="mb-6">
|
<div class="mb-6">
|
||||||
<v-label>{{ authInputLabel }}</v-label>
|
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="authResponse"
|
v-model="authResponse"
|
||||||
:rules="authResponseRules"
|
:rules="authResponseRules"
|
||||||
:type="authInputType === 'password' && !showPassword ? 'password' : 'text'"
|
:type="authInputType === 'password' && !showPassword ? 'password' : 'text'"
|
||||||
class="mt-2"
|
:aria-label="authInputLabel"
|
||||||
required
|
required
|
||||||
hide-details="auto"
|
hide-details="auto"
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
|
|||||||
Reference in New Issue
Block a user