fix: remove Regex
This commit is contained in:
parent
592e8a1b42
commit
ae0f437e2c
@ -341,10 +341,4 @@ public class SetupController(
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
[GeneratedRegex("[A-Z]+")]
|
||||
private static partial Regex PasswordExistUpperLetter();
|
||||
|
||||
[GeneratedRegex("[!@#$%^&*]+")]
|
||||
private static partial Regex PasswordExistSpecialSymbol();
|
||||
}
|
Loading…
Reference in New Issue
Block a user