Skip to content

Commit

Permalink
make contact email required
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <[email protected]>
  • Loading branch information
loneil committed Jan 12, 2024
1 parent 1e5dfa6 commit 83e0acb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ const rules = {
ACAPY_NOTIFY_REVOCATION: {},
ACAPY_PUBLIC_INVITES: {},
walletLabel: { required },
contact_email: { email },
contact_email: { required, email },
imageUrl: { url },
};
const v$ = useVuelidate(rules, formFields);
Expand Down

0 comments on commit 83e0acb

Please sign in to comment.