Changing access levels
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user