SHA256
fix(auth): вход сразу по логину, регистрацию отправлять при любом балансе (проверено)
This commit is contained in:
@@ -24,7 +24,7 @@ export function render({ navigate }) {
|
||||
loginButton.className = 'primary-btn';
|
||||
loginButton.type = 'button';
|
||||
loginButton.textContent = 'Войти';
|
||||
loginButton.addEventListener('click', () => navigate('login-view'));
|
||||
loginButton.addEventListener('click', () => navigate('login-password-view'));
|
||||
|
||||
const registerButton = document.createElement('button');
|
||||
registerButton.className = 'ghost-btn';
|
||||
|
||||
Reference in New Issue
Block a user