diff --git a/index.html b/index.html
index 980e811..8611695 100644
--- a/index.html
+++ b/index.html
@@ -17,7 +17,7 @@
/>
-
Vuestic Admin
+ Cycle Rider Ala Strava for Russian/Belorussian
diff --git a/package.json b/package.json
index c323ef3..1754d64 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "vuestic-admin",
+ "name": "cycle-rider",
"private": true,
"version": "3.1.0",
"scripts": {
diff --git a/src/main.ts b/src/main.ts
index bb4be9b..2eec43e 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -14,7 +14,7 @@ app.use(stores);
app.use(router);
app.use(i18n);
app.use(createVuestic({ config: vuesticGlobalConfig }));
-
+app.provide('HOST', "https://cycle-rider.ru");
if (import.meta.env.VITE_APP_GTM_ENABLED) {
app.use(
createGtm({
diff --git a/src/pages/auth/Login.vue b/src/pages/auth/Login.vue
index e0ac6c0..3bee1c6 100644
--- a/src/pages/auth/Login.vue
+++ b/src/pages/auth/Login.vue
@@ -60,6 +60,8 @@