Changing access levels

This commit is contained in:
2023-04-02 22:28:01 +02:00
parent db904a7661
commit d103245f3a

View File

@@ -1,8 +1,7 @@
using System.Text; using System.Text;
namespace Common; namespace Common;
public static class PasswordGenerator
static class PasswordGenerator
{ {
private static string RandomStr(int length, bool no_symbols = false) private static string RandomStr(int length, bool no_symbols = false)
{ {