UNPKG

@lonelyplanet/dotcom-core

Version:

This package is meant to house some of our more common UI and shared libs across dotcom applications.

10 lines (9 loc) 161 B
export const authDefaults = { host: "https://connect.lonelyplanet.com", options: { clientId: "foymu5r6sscxe", scope: [ "openid", ], } };