diff --git a/.env.example b/.env.example
index d12f0310..b8bcd2f0 100644
--- a/.env.example
+++ b/.env.example
@@ -1,4 +1,4 @@
-NUXT_PUBLIC_API_URL=https://demo-***REMOVED***.***REMOVED***
+NUXT_PUBLIC_API_URL=https://api.heseya.com
NUXT_PUBLIC_DIRECTUS_URL=https://cms.heseya.com
NUXT_PUBLIC_PRICE_TRACKER_URL=https://main-price-tracker.app.***REMOVED***
NUXT_PUBLIC_PRODUCTION=false
diff --git a/README.md b/README.md
index 8093332f..aa8cf0f6 100644
--- a/README.md
+++ b/README.md
@@ -50,9 +50,9 @@ Template uses 3 different APIs. You can change the url of each API by setting th
- `PRICE_TRACKER_URL` is used by the application to fetch data from the Price Tracker API to fullfill the Omnibus requirement.
```env
-API_URL=https://demo-***REMOVED***.***REMOVED***
+API_URL=https://api.heseya.com
DIRECTUS_URL=https://cms.heseya.com
-PRICE_TRACKER_URL=https://main-price-tracker.app.***REMOVED***
+PRICE_TRACKER_URL=https://main-price-tracker.heseya.com
```
### Custom pages
diff --git a/app.vue b/app.vue
index bbf86e22..1f472c55 100644
--- a/app.vue
+++ b/app.vue
@@ -18,6 +18,7 @@
diff --git a/components/auth/RegisterForm.vue b/components/auth/RegisterForm.vue
index 70a9f463..85b751ae 100644
--- a/components/auth/RegisterForm.vue
+++ b/components/auth/RegisterForm.vue
@@ -61,6 +61,8 @@
{{ errorMessage || consentsListError }}
+