FIX: Redireccion al cerrar session

This commit is contained in:
Moisés Cortés C. 2025-07-16 11:28:32 -06:00
parent c453697d4e
commit 77f186106b

View File

@ -73,6 +73,8 @@ const closeSession = () => {
resetCsrfToken()
Notify.info(Lang('session.closed'))
location.replace('/')
}
/**