modified: frontend/src/pages/Login.tsx
This commit is contained in:
@@ -77,11 +77,6 @@ export default function Login() {
|
||||
{loading ? 'Вход...' : 'Войти'}
|
||||
</button>
|
||||
</form>
|
||||
|
||||
<div className="mt-6 pt-6 border-t border-gray-200 text-center text-sm text-gray-600">
|
||||
<p>Первый вход: admin / admin</p>
|
||||
<p className="text-xs text-gray-500 mt-1">Смените пароль после входа</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user