Cody Joyce 2 months ago
parent
commit
0d78a48b1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      srv/rtr.go

+ 1 - 1
srv/rtr.go

@@ -38,7 +38,7 @@ func Route(pattern string, roles []string, handler func(req *Req, res *Res)) {
 		}
 
 		if !proceed {
-			res.Redirect("/403")
+			res.Redirect("/403?referrer=" + req.Path)
 			return
 		}