summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-02-24 10:34:36 +0900
committerGitHub <noreply@github.com>2018-02-24 10:34:36 +0900
commit6358856a9474b405c5519061c3b8a23db7810d07 (patch)
tree3cc631be986a1f0239eca4660e12208140fe3d63 /src/web
parentv3855 (diff)
downloadmisskey-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.ts3
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);