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