reflect location origin for application feed url in production

This commit is contained in:
Rigel Kent 2021-01-10 22:19:51 +01:00
parent eaf3367549
commit 04b2996bb0
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export class MyAccountApplicationsComponent implements OnInit {
feedUrl: string
feedToken: string
private baseURL = environment.originServerUrl
private baseURL = environment.originServerUrl || window.location.origin
constructor (
private authService: AuthService,