From 04b2996bb0d7407ff500ab39fadd8e5b596c05e2 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 10 Jan 2021 22:19:51 +0100 Subject: [PATCH 1/1] reflect location origin for application feed url in production --- .../my-account-applications.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/+my-account/my-account-applications/my-account-applications.component.ts b/client/src/app/+my-account/my-account-applications/my-account-applications.component.ts index 756644990..5e9525fbb 100644 --- a/client/src/app/+my-account/my-account-applications/my-account-applications.component.ts +++ b/client/src/app/+my-account/my-account-applications/my-account-applications.component.ts @@ -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, -- 2.41.0