feat: update to v2.0.3, premium redesign and fix navigation bugs
continuous-integration/webhook Deploy concluido (rx.scoreodonto.com)

This commit is contained in:
VPS 4 Builder
2026-05-26 19:41:32 +02:00
parent ee2ec49d5f
commit 6df952acae
10 changed files with 983 additions and 1293 deletions
+2 -2
View File
@@ -234,10 +234,10 @@ document.addEventListener('DOMContentLoaded', () => {
});
});
document.getElementById('logoutBtn').addEventListener('click', () => {
window.logout = function() {
localStorage.removeItem('auth_token');
window.location.href = '/login';
});
};
function showToast(message, type = 'success') {
const toast = document.getElementById('toast');