diff --git a/VERSION.properties b/VERSION.properties index b4f3e86..f562c45 100644 --- a/VERSION.properties +++ b/VERSION.properties @@ -1,2 +1,2 @@ -client.version=1.2.194 -server.version=1.2.183 +client.version=1.2.195 +server.version=1.2.184 diff --git a/shine-UI/js/app.js b/shine-UI/js/app.js index 31875bf..0cfe534 100644 --- a/shine-UI/js/app.js +++ b/shine-UI/js/app.js @@ -32,7 +32,7 @@ import { setContacts, } from './state.js'; -import * as startView from './pages/start-view.js'; +import * as startView from './pages/start-view.js?v=202606142105'; import * as entrySettingsView from './pages/entry-settings-view.js'; import * as registerView from './pages/register-view.js'; import * as registrationPaymentView from './pages/registration-payment-view.js'; diff --git a/shine-UI/js/pages/start-view.js b/shine-UI/js/pages/start-view.js index 56748f2..63cd52f 100644 --- a/shine-UI/js/pages/start-view.js +++ b/shine-UI/js/pages/start-view.js @@ -24,7 +24,7 @@ export function render({ navigate }) { loginButton.className = 'primary-btn'; loginButton.type = 'button'; loginButton.textContent = 'Войти'; - loginButton.addEventListener('click', () => navigate('login-password-view')); + loginButton.addEventListener('click', () => navigate('login-view')); const registerButton = document.createElement('button'); registerButton.className = 'ghost-btn';