about summary refs log tree commit diff
path: root/nix/templates/goapp/frontend/src/handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'nix/templates/goapp/frontend/src/handlers.go')
-rw-r--r--nix/templates/goapp/frontend/src/handlers.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/templates/goapp/frontend/src/handlers.go b/nix/templates/goapp/frontend/src/handlers.go
index 8fdd325..b0bbf91 100644
--- a/nix/templates/goapp/frontend/src/handlers.go
+++ b/nix/templates/goapp/frontend/src/handlers.go
@@ -134,7 +134,6 @@ func oauthCallbackHandler(res http.ResponseWriter, req *http.Request) {
 	if req.FormValue("error") != "" {
 		log.Printf("got an error from the idp: %s", req.FormValue("error"))
 		http.Redirect(res, req, fmt.Sprintf("/error?%s", req.Form.Encode()), http.StatusFound)
-
 		return
 	}