Typo
This commit is contained in:
@@ -4,7 +4,7 @@ from enum import Enum
|
|||||||
from PySide6.QtGui import QColor
|
from PySide6.QtGui import QColor
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
# Constants
|
# Callback return message. ⚠️ Ne pas supprimer $LOGO$
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
AUTENTICATION_SUCCESS_MESSAGE = """
|
AUTENTICATION_SUCCESS_MESSAGE = """
|
||||||
<html>
|
<html>
|
||||||
@@ -13,7 +13,7 @@ AUTENTICATION_SUCCESS_MESSAGE = """
|
|||||||
<meta content="utf-8" http-equiv="encoding">
|
<meta content="utf-8" http-equiv="encoding">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1><img src="$LOGO$" /> La Tenière : Authentication réussie</h1>
|
<h1><img src="$LOGO$" /> La Tanière : Authentication réussie</h1>
|
||||||
<p>Vous pouvez maintenant fermer cette fenêtre et revenir au launcher de La Tanière.</p>
|
<p>Vous pouvez maintenant fermer cette fenêtre et revenir au launcher de La Tanière.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user