| 123456789101112131415161718 |
- <%- include('commons/head'); %>
- <body>
- <div class="container">
- <div class="row">
- <div class="col text-center">
- <h1 class="my-5">GROWI Bot installation has succeeded, but something went wrong..</h1>
- <p>
- Reason: <%- reason%>
- </p>
- <p>
- Please contact administrators of your workspace<br>
- Reference: <a href="https://slack.com/help/articles/222386767-Manage-app-installation-settings-for-your-workspace">Manage app installation settings for your workspace</a>
- </p>
- </div>
- </div>
- </div>
- </body>
|