diff --git a/server/handlers.go b/server/handlers.go index 49116b88..0f5b0d23 100644 --- a/server/handlers.go +++ b/server/handlers.go @@ -1008,7 +1008,7 @@ func (s *Server) handleRefreshToken(w http.ResponseWriter, r *http.Request, clie } } else if len(refresh.ConnectorData) > 0 { // Use the old connector data if it exists, should be deleted once used - connectorData = session.ConnectorData + connectorData = refresh.ConnectorData } else { connectorData = session.ConnectorData }