refactor #2

Closed
DariusKlein wants to merge 5 commits from refactor into master
Showing only changes of commit 2483ce5e20 - Show all commits

View File

@ -60,7 +60,8 @@ func Login(w http.ResponseWriter, r *http.Request) {
} else { } else {
UnauthorizedHandler(w) UnauthorizedHandler(w)
return
println("unauthorized")
} }
} }