Adrià Vilanova MartÃnez | f7ee658 | 2021-09-02 21:53:28 +0200 | [diff] [blame] | 1 | <script> |
| 2 | import Page from './utils/Page.vue'; |
| 3 | |
| 4 | export default { |
| 5 | components: { |
| 6 | Page, |
| 7 | }, |
| 8 | }; |
| 9 | </script> |
| 10 | |
| 11 | <template> |
| 12 | <page> |
| 13 | <h1>TW Power Tools server</h1> |
| 14 | <p>Welcome to the TW Power Tools server dashboard. Currently the server is only used to manage <a href="https://docs.google.com/document/d/1O5YV6_WcxwrUyz-lwHOSTfZ3oyIFWj2EQee0VuKkhaA/edit" rel="noreferrer noopener">kill switches</a>.</p> |
| 15 | <p>While you have to sign in to enable/disable kill switches, you can see what's their status anonymously. Only some allowlisted users are currently able to do this. If you wish to be added to the allowlist, please <a href="https://iavm.xyz/b/twpowertools/new" rel="noreferrer noopener">fill in a bug</a> explaining why you're requiring access.</p> |
| 16 | </page> |
| 17 | </template> |