fixed oauth2 redirect test

This commit is contained in:
Gani Georgiev
2024-11-21 12:11:00 +02:00
parent 7ee6b11e9d
commit c2e7ab8d41
2 changed files with 38 additions and 16 deletions
+2 -2
View File
@@ -263,9 +263,9 @@ func (c *DefaultClient) Discard() {
return
}
c.isDiscarded = true
close(c.channel)
c.isDiscarded = true
}
// IsDiscarded implements the [Client.IsDiscarded] interface method.