fix: ๐Ÿ› logger format

This commit is contained in:
AP 2020-05-22 12:09:09 +02:00
parent 57e7fb86be
commit 7d7ef5697f

View file

@ -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',