Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
CHANGELOG.md
-
apps/client/src/app/core/auth.guard.ts
-
package.json
|
@ -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/), |
|
|
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). |
|
|
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 |
|
|
### Changed |
|
|
|
|
|
|
|
|
|
@ -86,7 +86,7 @@ export class AuthGuard implements CanActivate { |
|
|
}, 300); |
|
|
}, 300); |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
resolve(false); |
|
|
resolve(true); |
|
|
return; |
|
|
return; |
|
|
} else if ( |
|
|
} else if ( |
|
|
state.url.startsWith('/home') && |
|
|
state.url.startsWith('/home') && |
|
|
|
@ -1,6 +1,6 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "ghostfolio", |
|
|
"name": "ghostfolio", |
|
|
"version": "1.205.1", |
|
|
"version": "1.205.2", |
|
|
"homepage": "https://ghostfol.io", |
|
|
"homepage": "https://ghostfol.io", |
|
|
"license": "AGPL-3.0", |
|
|
"license": "AGPL-3.0", |
|
|
"scripts": { |
|
|
"scripts": { |
|
|