removed unsused

This commit is contained in:
Bolke de Bruin 2020-07-17 11:47:37 +02:00
parent 66669d7658
commit 24c884f00f

View file

@ -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)