Compare commits
3 Commits
0cab883a54
...
e0fb144da5
Author | SHA1 | Date | |
---|---|---|---|
e0fb144da5 | |||
0ab6d99962 | |||
98927033b2 |
@ -9,7 +9,7 @@ namespace ShipyardShopApp
|
||||
private static readonly HttpClient _client = new();
|
||||
|
||||
public static string Password { get; private set; } = string.Empty;
|
||||
public static bool Access { get; set; } = false;
|
||||
public static bool Access { get; private set; } = false;
|
||||
|
||||
public static void Connect(IConfiguration configuration)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user