diff --git a/Endpoint/Controllers/Configuration/SetupController.cs b/Endpoint/Controllers/Configuration/SetupController.cs index 022bf0b..153af04 100644 --- a/Endpoint/Controllers/Configuration/SetupController.cs +++ b/Endpoint/Controllers/Configuration/SetupController.cs @@ -341,10 +341,4 @@ public class SetupController( return true; } - - [GeneratedRegex("[A-Z]+")] - private static partial Regex PasswordExistUpperLetter(); - - [GeneratedRegex("[!@#$%^&*]+")] - private static partial Regex PasswordExistSpecialSymbol(); } \ No newline at end of file