Callback image size

This commit is contained in:
2026-03-27 15:45:47 +01:00
parent cbf53a5be7
commit ac9b1b8c30
+1 -1
View File
@@ -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$" />&nbsp;La Tanière : Authentication réussie</h1> <h1><img widht="64" height="64" 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> <p>Vous pouvez maintenant fermer cette fenêtre et revenir au launcher de La Tanière.</p>
</body> </body>
</html> </html>