Fix prettier issue (2)
This commit is contained in:
parent
fe54217f64
commit
60ec09836b
@ -17,7 +17,7 @@
|
||||
|
||||
function click() {
|
||||
if (errorScreen.urlToRedirect) {
|
||||
if (errorScreen.urlToRedirect === '/login') void connectionManager.logout();
|
||||
if (errorScreen.urlToRedirect === "/login") void connectionManager.logout();
|
||||
else window.location.replace(errorScreen.urlToRedirect);
|
||||
} else if (errorScreen.type === "redirect" && window.history.length > 2) history.back();
|
||||
else window.location.reload();
|
||||
|
Loading…
Reference in New Issue
Block a user