Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd236446

Browse files
committed
remove unnecessary yup validator call
1 parent0fd989f commitd236446

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎libs/shared/util-validators/src/lib/shared-util-validators.ts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import * as Yup from 'yup';
33
exportconstbuildYupSchema=(fields:object)=>Yup.object().shape(fields);
44

55
exportconstusernameValidator=Yup.string()
6-
.lowercase()
76
.matches(/(^[a-zA-Z0-9_]+$)/,'You must only use letters or numbers')
87
.min(
98
4,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp