Commit 2ed244c3 authored by Vladimir Baranov's avatar Vladimir Baranov

Remove relogin alert

parent 8ad5cc6a
...@@ -102,7 +102,6 @@ angular.module('ulakbus') ...@@ -102,7 +102,6 @@ angular.module('ulakbus')
if ($location.path() === "/login") { if ($location.path() === "/login") {
$log.debug("show errors on login form"); $log.debug("show errors on login form");
} else { } else {
alert("Want relogin!");
return window.location.reload(); return window.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