This commit is contained in:
2026-03-27 15:42:58 +01:00
parent 890bbce5b8
commit cbf53a5be7
+2 -2
View File
@@ -4,7 +4,7 @@ from enum import Enum
from PySide6.QtGui import QColor
# ---------------------------------------------------------------------------
# Constants
# Callback return message. ⚠️ Ne pas supprimer $LOGO$
# ---------------------------------------------------------------------------
AUTENTICATION_SUCCESS_MESSAGE = """
<html>
@@ -13,7 +13,7 @@ AUTENTICATION_SUCCESS_MESSAGE = """
<meta content="utf-8" http-equiv="encoding">
</head>
<body>
<h1><img src="$LOGO$" />&nbsp;La Tenière : Authentication réussie</h1>
<h1><img src="$LOGO$" />&nbsp;La Tanière : Authentication réussie</h1>
<p>Vous pouvez maintenant fermer cette fenêtre et revenir au launcher de La Tanière.</p>
</body>
</html>