summaryrefslogtreecommitdiff
path: root/src/web/app/auth
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/app/auth')
-rw-r--r--src/web/app/auth/script.ts (renamed from src/web/app/auth/script.js)2
-rw-r--r--src/web/app/auth/tags/index.ts (renamed from src/web/app/auth/tags/index.js)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/auth/script.js b/src/web/app/auth/script.ts
index fe7f9befe8..dd598d1ed6 100644
--- a/src/web/app/auth/script.js
+++ b/src/web/app/auth/script.ts
@@ -14,7 +14,7 @@ document.title = 'Misskey | アプリの連携';
/**
* init
*/
-init(me => {
+init(() => {
mount(document.createElement('mk-index'));
});
diff --git a/src/web/app/auth/tags/index.js b/src/web/app/auth/tags/index.ts
index 42dffe67d9..42dffe67d9 100644
--- a/src/web/app/auth/tags/index.js
+++ b/src/web/app/auth/tags/index.ts