Skip to content
Snippets Groups Projects
Verified Commit 5255fc7d authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

fix error checking

parent c69b1138
No related branches found
No related tags found
No related merge requests found
...@@ -100,6 +100,7 @@ func (c *Client) GetLoginHandler(next func(details *AccDetails, w http.ResponseW ...@@ -100,6 +100,7 @@ func (c *Client) GetLoginHandler(next func(details *AccDetails, w http.ResponseW
if err != nil { if err != nil {
errorCallback(w, r) errorCallback(w, r)
fmt.Println(err) fmt.Println(err)
return
} }
client := c.Config.Client(ctx, tok) client := c.Config.Client(ctx, tok)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment