#19 Fixed missing return value in isLoggedIn function
This commit is contained in:
parent
1962547d75
commit
065ce97adc
|
@ -86,6 +86,8 @@ export function isLoggedIn() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
let locationPath = location.pathname;
|
let locationPath = location.pathname;
|
||||||
|
|
Loading…
Reference in a new issue