Browse Source

fix import

Dasflugen 5 years ago
parent
commit
13f068dcfb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/authorization.go

+ 1 - 1
api/authorization.go

@@ -46,7 +46,7 @@ func LoginRoute(w http.ResponseWriter, r *http.Request){
 				}
 			}
 		}
-		PrintConsole(entry)
+		PrintConsole(string(entry))
 		json.NewEncoder(w).Encode(userGroups)
 		return
 	}