split email addresses used for display/OIDC
1 file changed, 3 insertions(+), 1 deletion(-)
changed files
M internal/website/mux.go → internal/website/mux.go
@@ -26,7 +26,9 @@ } } } - return nil + return &ihttp.Error{ + Code: http.StatusNotFound, + } } func (website *Website) ErrorHandler(err *ihttp.Error, w http.ResponseWriter, r *http.Request) {