fix: remove Regex

This commit is contained in:
2024-08-27 22:58:05 +03:00
parent 592e8a1b42
commit ae0f437e2c

@ -341,10 +341,4 @@ public class SetupController(
return true; return true;
} }
[GeneratedRegex("[A-Z]+")]
private static partial Regex PasswordExistUpperLetter();
[GeneratedRegex("[!@#$%^&*]+")]
private static partial Regex PasswordExistSpecialSymbol();
} }