This commit is contained in:
2026-06-23 12:11:45 +00:00
parent 68a86041a0
commit 909fe1e6d8
3 changed files with 3 additions and 2 deletions

View File

@@ -26262,6 +26262,7 @@ function changer_entite_portail()
},
complete: function()
{
src_logo="Societes/"+codeSociete+"/Logos/logo_societe.png";
const wrapper = document.querySelector('.login-wrapper');
wrapper.style.backgroundImage = `url('${src_logo}')`;
}