From b08a6a9e4b2d8d729e4ddaa54f2c7312a78ef4b7 Mon Sep 17 00:00:00 2001 From: "maxim.gorbatyuk" Date: Tue, 23 Jan 2024 10:26:22 +0600 Subject: [PATCH] Adjsuted front --- .../privacy-policy-page/privacy-policy-page.component.html | 4 +--- src/app/shared/test-utils/models/test-application-user.ts | 2 +- src/index.html | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/modules/home/components/privacy-policy-page/privacy-policy-page.component.html b/src/app/modules/home/components/privacy-policy-page/privacy-policy-page.component.html index 48ab8cd4..eb570e37 100644 --- a/src/app/modules/home/components/privacy-policy-page/privacy-policy-page.component.html +++ b/src/app/modules/home/components/privacy-policy-page/privacy-policy-page.component.html @@ -589,9 +589,7 @@
Contact Us

Don't hesitate to contact us if you have any questions.

diff --git a/src/app/shared/test-utils/models/test-application-user.ts b/src/app/shared/test-utils/models/test-application-user.ts index 51ebd8a3..a14c6ea3 100644 --- a/src/app/shared/test-utils/models/test-application-user.ts +++ b/src/app/shared/test-utils/models/test-application-user.ts @@ -8,7 +8,7 @@ export class TestApplicationUser implements ApplicationUser { this.id = id; this.firstName = 'John'; this.lastName = 'Smith'; - this.email = 'j.smith@petrel.ai'; + this.email = 'j.smith@gmail.com'; this.roles = [role]; this.emailConfirmed = true; this.identityId = id; diff --git a/src/index.html b/src/index.html index 0b79fc6f..75891a2a 100644 --- a/src/index.html +++ b/src/index.html @@ -10,7 +10,7 @@ - +