From d103245f3a366c20caa2d13737363cb35294c73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Sun, 2 Apr 2023 22:28:01 +0200 Subject: [PATCH] Changing access levels --- Common/PasswordGenerator.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {