We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0c15f commit 3a6397fCopy full SHA for 3a6397f
pkg/connector/client.go
@@ -113,7 +113,7 @@ func (gc *GMClient) Connect(ctx context.Context) {
113
},
114
})
115
return
116
- } else if gc.Meta.Session.HasCookies() && gc.Client.Config.GetDeviceInfo().GetEmail() == "" {
+ } else if gc.Meta.Session.AuthNetwork() == util.GoogleNetwork && gc.Client.Config.GetDeviceInfo().GetEmail() == "" {
117
zerolog.Ctx(ctx).Error().Msg("No email in config, invalidating session")
118
go gc.invalidateSession(ctx, status.BridgeState{
119
StateEvent: status.StateBadCredentials,
0 commit comments