Commit 976abb42 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

added username to oauth redirect data

parent fb44c9c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ func uaAuthorize(w http.ResponseWriter, r *http.Request) {
	}

	// Redirect user to sandbox
	http.Redirect(w, r, pfmCtrl.uri+"?sbox="+sandboxName, http.StatusFound)
	http.Redirect(w, r, pfmCtrl.uri+"?sbox="+sandboxName+"&user="+userId, http.StatusFound)
}

func uaLoginUser(w http.ResponseWriter, r *http.Request) {