diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-02-24 10:34:36 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-24 10:34:36 +0900 |
| commit | 6358856a9474b405c5519061c3b8a23db7810d07 (patch) | |
| tree | 3cc631be986a1f0239eca4660e12208140fe3d63 /src/web | |
| parent | v3855 (diff) | |
| download | misskey-6358856a9474b405c5519061c3b8a23db7810d07.tar.gz misskey-6358856a9474b405c5519061c3b8a23db7810d07.tar.bz2 misskey-6358856a9474b405c5519061c3b8a23db7810d07.zip | |
Update init.ts
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/init.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/web/app/init.ts b/src/web/app/init.ts index aa2ec25c96..6011871e48 100644 --- a/src/web/app/init.ts +++ b/src/web/app/init.ts @@ -41,6 +41,9 @@ import MiOS, { API } from './common/mios'; */ console.info(`Misskey v${_VERSION_} (葵 aoi)`); +console.info( + '%cここにコードを入力したり張り付けたりしないでください。アカウントが不正利用される可能性があります。', + 'color: red; background: yellow; font-size: 16px;'); // BootTimer解除 window.clearTimeout((window as any).mkBootTimer); |