Skip to content

Commit dd3b402

Browse files
sanjaytripathibfederle
authored andcommitted
CS-12111: No e-mail validation for edit user form
reviewed-by: brian
1 parent 0753b10 commit dd3b402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/scripts/accounts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
},
9191
email: {
9292
label: 'label.email',
93-
validation: { required: true }
93+
validation: { required: true, email:true }
9494
},
9595
firstname: {
9696
label: 'label.first.name',
@@ -687,7 +687,7 @@
687687
},
688688
email: {
689689
label: 'label.email',
690-
validation: { required: true }
690+
validation: { required: true, email: true }
691691
},
692692
firstname: {
693693
label: 'label.first.name',

0 commit comments

Comments
 (0)