Authentication token generation (#98):
* setting to disable the feature (aka "panic button")
This commit is contained in:
@ -52,7 +52,7 @@ async function register (options: RegisterServerOptions): Promise<any> {
|
||||
await initSettings(options)
|
||||
|
||||
await Emojis.initSingleton(options) // after settings, before routes
|
||||
await LivechatProsodyAuth.initSingleton(options)
|
||||
await LivechatProsodyAuth.initSingleton(options) // after settings, before routes
|
||||
|
||||
await initCustomFields(options)
|
||||
await initRouters(options)
|
||||
|
Reference in New Issue
Block a user