diff --git a/Common/PasswordGenerator.cs b/Common/PasswordGenerator.cs index 48a74f7..44aa972 100644 --- a/Common/PasswordGenerator.cs +++ b/Common/PasswordGenerator.cs @@ -1,8 +1,7 @@ using System.Text; namespace Common; - -static class PasswordGenerator +public static class PasswordGenerator { private static string RandomStr(int length, bool no_symbols = false) {