diff options
Diffstat (limited to 'internal/server/common.go')
| -rw-r--r-- | internal/server/common.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/server/common.go b/internal/server/common.go index 6f57c7f..fcba07f 100644 --- a/internal/server/common.go +++ b/internal/server/common.go @@ -5,9 +5,9 @@ import ( "time" "github.com/eduvpn/eduvpn-common/internal/oauth" - "github.com/eduvpn/eduvpn-common/types" "github.com/eduvpn/eduvpn-common/internal/util" "github.com/eduvpn/eduvpn-common/internal/wireguard" + "github.com/eduvpn/eduvpn-common/types" ) // The base type for servers @@ -155,8 +155,6 @@ func (servers *Servers) addInstituteAndCustom( server = &InstituteAccessServer{} } - // Set the current server - toAddServers.CurrentURL = url instituteInitErr := server.init( url, discoServer.DisplayName, |
