diff --git a/Password Manager/PasswordGenerator.cs b/Password Manager/PasswordGenerator.cs index aff5b8d..7b387c5 100644 --- a/Password Manager/PasswordGenerator.cs +++ b/Password Manager/PasswordGenerator.cs @@ -31,7 +31,7 @@ namespace Password_Generator return builder.ToString(); } - public static string New(string recipient, int length, bool no_symbols = false) + public static string? New(string recipient, int length, bool no_symbols = false) { try {