This commit is contained in:
2021-03-11 23:46:08 +00:00
parent 3e62f24317
commit b8d44cc59f

View File

@@ -23,7 +23,7 @@
<v-text-field
class="mt-10"
v-model="pin"
:label="$ay.t('AuthEnterPassCode')"
:label="$ay.t('AuthEnterPin')"
:error-messages="form().serverErrors(this, 'pin')"
ref="pin"
@input="fieldValueChanged('mapUrlTemplate')"