# HG changeset patch # User Mikael Berthe # Date 1492209583 -7200 # Node ID 22c8c58ad61b77925f2be6d7cbf0a7eb015b376c # Parent d9c798e09f0a8ec89c1ea621432c000b280e213d LoginBasic: Remove useless header diff -r d9c798e09f0a -r 22c8c58ad61b login.go --- a/login.go Fri Apr 14 23:25:51 2017 +0200 +++ b/login.go Sat Apr 15 00:39:43 2017 +0200 @@ -29,7 +29,6 @@ opts := make(map[string]string) hdrs["User-Agent"] = "Gondole/" + GondoleVersion - hdrs["Authorization"] = "Bearer " + g.Secret opts["grant_type"] = "password" opts["client_id"] = g.ID