🎨 Improve code formatting and spacing for readability in OAuth proxy server
This commit is contained in:
@@ -164,8 +164,12 @@ const server = app.listen(config.port, () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (!config.challonge.configured) {
|
if (!config.challonge.configured) {
|
||||||
logger.warn('⚠️ Challonge OAuth not configured - OAuth endpoints disabled');
|
logger.warn(
|
||||||
logger.warn(' Set CHALLONGE_CLIENT_ID and CHALLONGE_CLIENT_SECRET to enable');
|
'⚠️ Challonge OAuth not configured - OAuth endpoints disabled'
|
||||||
|
);
|
||||||
|
logger.warn(
|
||||||
|
' Set CHALLONGE_CLIENT_ID and CHALLONGE_CLIENT_SECRET to enable'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.info('✅ Ready to handle requests');
|
logger.info('✅ Ready to handle requests');
|
||||||
|
|||||||
Reference in New Issue
Block a user