Skip to content

Commit

Permalink
fix: removed required rule by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed May 30, 2024
1 parent 470fb58 commit f583527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/LoginAndRegister/RegisterSocial.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@

<script>
import { validationMixin } from 'vuelidate';
import { requiredIf } from 'vuelidate/lib/validators';
import { required, requiredIf } from 'vuelidate/lib/validators';
import logReadQueryError from '@/util/logReadQueryError';
import KvBaseInput from '@/components/Kv/KvBaseInput';
import ReCaptchaEnterprise from '@/components/Forms/ReCaptchaEnterprise';
Expand Down

0 comments on commit f583527

Please sign in to comment.