diff options
Diffstat (limited to 'internal/server/secureinternet.go')
| -rw-r--r-- | internal/server/secureinternet.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/server/secureinternet.go b/internal/server/secureinternet.go index fa4c9c9..998390d 100644 --- a/internal/server/secureinternet.go +++ b/internal/server/secureinternet.go @@ -12,7 +12,7 @@ import ( // A secure internet server which has its own OAuth tokens // It specifies the current location url it is connected to. type SecureInternetHomeServer struct { - Auth oauth.OAuth `json:"oauth"` + Auth oauth.OAuth `json:"oauth"` DisplayName map[string]string `json:"display_name"` // The home server has a list of info for each configured server location |
