Skip to content
Snippets Groups Projects
Commit 73bc66a2 authored by William Enright's avatar William Enright
Browse files

changed generic error message

parent 31c15ff1
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ public class AdminApiFilter implements Filter {
if (authsuccess || isLogin){
filterChain.doFilter(servletRequest, servletResponse);
}
else response.sendError(403,"This endpoint requires setup to be complete!");
else response.sendError(403,"An error occurred, we have probably received an invalid token.");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment