Feature/#19 notifications tab title #31

Merged
kaffem merged 25 commits from feature/#19-notifications-tab-title into develop 2020-10-28 06:46:24 +01:00
Showing only changes of commit 67d59d5572 - Show all commits

View file

@ -36,7 +36,4 @@ function retrieveLoginStatus() {
isLoggedIn = true;
console.log(isLoggedIn);
}
else {
console.error("Something went wrong, couldn't retrieve login status.");
}
}