mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-07-25 20:08:20 +02:00
removed unsused
This commit is contained in:
parent
66669d7658
commit
24c884f00f
1 changed files with 0 additions and 6 deletions
|
@ -77,12 +77,6 @@ func handleCallback(w http.ResponseWriter, r *http.Request) {
|
|||
return
|
||||
}
|
||||
|
||||
q, err := json.MarshalIndent(resp, "", " ")
|
||||
if err != nil {
|
||||
http.Error(w, err.Error(), http.StatusInternalServerError)
|
||||
return
|
||||
}
|
||||
|
||||
var data map[string]interface{}
|
||||
if err := json.Unmarshal(*resp.IDTokenClaims, &data); err != nil {
|
||||
http.Error(w, err.Error(), http.StatusInternalServerError)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue