diff --git a/lnbits/core/services.py b/lnbits/core/services.py index eefb2f990..72ee543c9 100644 --- a/lnbits/core/services.py +++ b/lnbits/core/services.py @@ -434,7 +434,7 @@ async def check_admin_settings(): http = "https" if settings.lnbits_force_https else "http" admin_url = ( - f"{http}://{settings.host}:{settings.port}/wallet?usr={settings.super_user}" + f"http://{settings.host}:{settings.port}/wallet?usr={settings.super_user}" ) logger.success(f"✔️ Access super user account at: {admin_url}")