add token

This commit is contained in:
SpringHgui 2021-07-30 20:37:29 +08:00
parent 79691ee949
commit 9afb1a4bd4
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ namespace FastTunnel.Core.Client
{
Webs = ClientConfig.Webs,
SSH = ClientConfig.SSH,
Token = ClientConfig.Attach
Token = ClientConfig.Token
},
};

View File

@ -14,6 +14,6 @@ namespace FastTunnel.Core.Config
public IEnumerable<SSHConfig> SSH { get; set; }
public string Attach { get; set; }
public string Token { get; set; }
}
}