14-04-2026

Веб пуш работает. Дальше попробую звонки добавить.
This commit is contained in:
AidarKC
2026-04-15 00:50:25 +03:00
parent 21fbc8ffa0
commit 0b7691bdea
7 changed files with 152 additions and 6 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ export function render({ navigate }) {
loginButton.addEventListener('click', () => navigate('login-password-view'));
const actions = document.createElement('div');
actions.className = 'auth-actions';
actions.className = 'auth-actions login-actions-wide';
actions.append(cameraButton, loginButton);
const backButton = document.createElement('button');