modified: backend/app.py
modified: frontend/index.html modified: frontend/js/app.js
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<form id="auth-form">
|
||||
<input type="text" id="auth-username" placeholder="Логин" required />
|
||||
<input type="password" id="auth-password" placeholder="Пароль" required />
|
||||
<button type="submit" class="btn-primary" style="width: 100%; margin-top: 1rem;">Войти</button>
|
||||
<button type="submit" id="auth-submit-btn" class="btn-primary" style="width: 100%; margin-top: 1rem;">Войти</button>
|
||||
</form>
|
||||
<p style="margin-top: 1rem; text-align: center;">
|
||||
<a href="#" id="auth-toggle">Нет аккаунта? Зарегистрироваться</a>
|
||||
|
||||
Reference in New Issue
Block a user