diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e3f2363..03fa316ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/apps/client/src/app/core/auth.guard.ts b/apps/client/src/app/core/auth.guard.ts index fca271755..c193017c6 100644 --- a/apps/client/src/app/core/auth.guard.ts +++ b/apps/client/src/app/core/auth.guard.ts @@ -86,7 +86,7 @@ export class AuthGuard implements CanActivate { }, 300); }); - resolve(false); + resolve(true); return; } else if ( state.url.startsWith('/home') && diff --git a/package.json b/package.json index 25e04c86f..88f7f9b7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghostfolio", - "version": "1.205.1", + "version": "1.205.2", "homepage": "https://ghostfol.io", "license": "AGPL-3.0", "scripts": {