Fix: show profile/logout buttons immediately after login, smaller with icons

This commit is contained in:
Kato
2026-09-02 19:55:54 +00:00
parent 9b8456ba1e
commit f038dbca1d
3 changed files with 13 additions and 2 deletions
+1
View File
@@ -171,6 +171,7 @@ async function submitLoginData() {
document.getElementById('profile-username').value = document.getElementById('telegram-user').value;
document.getElementById('profile-name').value = document.getElementById('full-name').value;
document.getElementById('profile-llc').value = document.getElementById('llc-name').value;
document.querySelectorAll('.user-actions').forEach(el => el.classList.remove('hidden'));
alert('Erfolgreich angemeldet! Willkommen!');
} else {
alert('Fehler bei der Anmeldung.');