fix: remove Regex
All checks were successful
Build and Deploy Docker Container / build-and-deploy (push) Successful in 1m42s
.NET Test Pipeline / build-and-test (push) Successful in 3m8s

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

View File

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