diff --git a/tools/windows-installer/NoPortsInstaller/ActivateController.cs b/tools/windows-installer/NoPortsInstaller/ActivateController.cs index e29d6bec9..9972683c2 100644 --- a/tools/windows-installer/NoPortsInstaller/ActivateController.cs +++ b/tools/windows-installer/NoPortsInstaller/ActivateController.cs @@ -101,7 +101,7 @@ public static AtsignStatus Status(string atsign) } private static readonly string AppName = "noports_win"; - private static readonly List Namespaces = ["{sshnp: rw, sshrvd: rw}", "{sshrvd: rw, sshnp: rw}"]; + private static readonly List Namespaces = ["sshnp: rw, sshrvd: rw", "sshrvd: rw, sshnp: rw"]; public static bool Enroll(string otp) { @@ -140,7 +140,6 @@ public static List ListEnrollments() EnrollmentRecord record = new(parts[0], parts[3]); lines.Add(record); } - return lines; }