mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
fix: ๐ logger format
This commit is contained in:
parent
57e7fb86be
commit
7d7ef5697f
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ export const getServerAccounts = {
|
||||||
let ssoAccount = null;
|
let ssoAccount = null;
|
||||||
if (macaroon && host && ssoVerified) {
|
if (macaroon && host && ssoVerified) {
|
||||||
logger.debug(
|
logger.debug(
|
||||||
`Macaroon${cert && ', certificate'} and host found for SSO account`
|
`Macaroon${
|
||||||
|
cert ? ', certificate' : ''
|
||||||
|
} and host (${host}) found for SSO.`
|
||||||
);
|
);
|
||||||
ssoAccount = {
|
ssoAccount = {
|
||||||
name: 'SSO Account',
|
name: 'SSO Account',
|
||||||
|
|
Loadingโฆ
Add table
Reference in a new issue