mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 14:44:43 -04:00
Minor style update
This commit is contained in:
parent
98c0cfc6a7
commit
04292240d6
2 changed files with 3 additions and 4 deletions
|
@ -32,7 +32,7 @@ export function setLoginState(bool, id) {
|
|||
|
||||
export function checkLoginStateChanged() {
|
||||
if (getLoginState() != lastLoginState || getUserId() != lastUserId) {
|
||||
if(loginStateChangeEvent) {
|
||||
if (loginStateChangeEvent) {
|
||||
loginStateChangeEvent();
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue