Ok singolo download

This commit is contained in:
Samuele Locatelli
2021-09-20 19:21:42 +02:00
parent 5cdb0e077d
commit 4f4cd7bf2f
19 changed files with 520 additions and 21 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ namespace MP.AppAuth.Models
public string AppName { get; set; }
public string AppUrl { get; set; }
public bool? IsAuth { get; set; }
public bool IsAuth { get; set; } = false;
public string LicenseKey { get; set; }
public string LocalRepo { get; set; }
public string ManifestUrl { get; set; }