improve wording
This commit is contained in:
parent
ae194b3bc7
commit
04f0f5b83b
2 changed files with 3 additions and 3 deletions
|
|
@ -437,7 +437,7 @@ async def check_admin_settings():
|
||||||
admin_url = (
|
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 admin user account at: {admin_url}")
|
logger.success(f"✔️ Access super user account at: {admin_url}")
|
||||||
|
|
||||||
# callback for saas
|
# callback for saas
|
||||||
if (
|
if (
|
||||||
|
|
|
||||||
|
|
@ -292,10 +292,10 @@ def send_admin_user_to_saas():
|
||||||
headers=headers,
|
headers=headers,
|
||||||
json=payload,
|
json=payload,
|
||||||
)
|
)
|
||||||
logger.success("sent admin user to saas application")
|
logger.success("sent super_user to saas application")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(
|
logger.error(
|
||||||
f"error sending admin user to saas: {settings.lnbits_saas_callback}. Error: {str(e)}"
|
f"error sending super_user to saas: {settings.lnbits_saas_callback}. Error: {str(e)}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue