Commit b26306e0 authored by Evren Kutar's avatar Evren Kutar

Merge branch 'error_pages' of github.com:zetaops/ulakbus-ui into error_pages

parents 71d8ed25 b87756ba
......@@ -41,7 +41,7 @@ app.config(['$httpProvider', function ($httpProvider) {
},
'responseError': function (rejection) {
// if unauthorized then redirect to login page
if (rejection.status === 400) {
$location.reload();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment