@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 1.205.1 - 16.10.2022
## 1.205.2 - 16.10.2022
### Changed
@ -86,7 +86,7 @@ export class AuthGuard implements CanActivate {
}, 300);
});
resolve(false);
resolve(true);
return;
} else if (
state.url.startsWith('/home') &&
@ -1,6 +1,6 @@
{
"name": "ghostfolio",
"version": "1.205.1",
"version": "1.205.2",
"homepage": "https://ghostfol.io",
"license": "AGPL-3.0",
"scripts": {