Removes https in super user link
This commit is contained in:
parent
331c8e593b
commit
39559cccb9
1 changed files with 1 additions and 1 deletions
|
|
@ -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}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue