浏览代码

delete auth

zahmis 5 年之前
父节点
当前提交
239a02f415
共有 1 个文件被更改,包括 1 次插入1 次删除
  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> => {
 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({
   await client.views.open({
     trigger_id: body.trigger_id,
     trigger_id: body.trigger_id,
     view: {
     view: {