Merge pull request #5016 from devansh-webkul/warning-message

Warning Message Added #5013
This commit is contained in:
Glenn Hermans 2021-07-21 13:44:30 +02:00 committed by GitHub
commit b88811c82b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@
name="password_confirmation"
v-validate="'required|min:6|confirmed:password'" />
<span class="control-error" v-if="errors.has('confirm_password')">
@{{ errors.first('confirm_password') }}
<span class="control-error" v-if="errors.has('password_confirmation')">
@{{ errors.first('password_confirmation') }}
</span>
</div>