mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 11:37:01 -07:00
Fixed token fetch from IDP
This commit is contained in:
parent
8570064235
commit
5541744096
1 changed files with 1 additions and 1 deletions
|
|
@ -118,5 +118,5 @@ func (client *Client) FetchTokenFromAuthenticationServer(code string, state stri
|
|||
fmt.Printf("%s\n", string(b))
|
||||
defer res.Body.Close()
|
||||
|
||||
return io.ReadAll(res.Body)
|
||||
return b, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue