TUN-5682: Remove name field from credentials

This commit is contained in:
João Oliveirinha
2022-02-21 14:51:43 +00:00
parent 9cd2780079
commit 22cd8ceb8c
4 changed files with 1 additions and 6 deletions

View File

@@ -41,7 +41,6 @@ type Credentials struct {
AccountTag string
TunnelSecret []byte
TunnelID uuid.UUID
TunnelName string
}
func (c *Credentials) Auth() pogs.TunnelAuth {