Browse Source

add message

zahmis 4 years ago
parent
commit
967a6b7207
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/routes/apiv3/slack-integration.js

+ 1 - 1
src/server/routes/apiv3/slack-integration.js

@@ -33,7 +33,7 @@ module.exports = (crowi) => {
 
 
     if (slackAppIntegrationCount === 0) {
     if (slackAppIntegrationCount === 0) {
       return res.status(403).send({
       return res.status(403).send({
-        message: 'The access token that identifies the request source is slackbot-proxy is invalid. Did you setup with `/growi register`?',
+        message: 'The access token that identifies the request source is slackbot-proxy is invalid. Did you setup with `/growi register`? Or Did you delete registration for GROWI ? if so, the link with GROWI has been disconnected.',
       });
       });
     }
     }