mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-21 14:04:03 +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;
|
||||
if (macaroon && host && ssoVerified) {
|
||||
logger.debug(
|
||||
`Macaroon${cert && ', certificate'} and host found for SSO account`
|
||||
`Macaroon${
|
||||
cert ? ', certificate' : ''
|
||||
} and host (${host}) found for SSO.`
|
||||
);
|
||||
ssoAccount = {
|
||||
name: 'SSO Account',
|
||||
|
|
Loadingโฆ
Add table
Reference in a new issue