Browse Source

delete auth

zahmis 5 years ago
parent
commit
239a02f415
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/slackbot-proxy/src/services/RegisterService.ts

+ 1 - 1
packages/slackbot-proxy/src/services/RegisterService.ts

@@ -3,7 +3,7 @@ import { generateInputSectionBlock, generateMarkdownSectionBlock } from '@growi/
 
 export const openRegisterModal = async(body:{[key:string]:string}) : Promise<void> => {
 
-  const client = new WebClient('xoxb-1399660543842-1848670292404-TYsbWjgHPtNcTvqupgwb3h75', { logLevel: LogLevel.DEBUG });
+  const client = new WebClient('', { logLevel: LogLevel.DEBUG });
   await client.views.open({
     trigger_id: body.trigger_id,
     view: {