summaryrefslogtreecommitdiff
path: root/src/web/app/auth
diff options
context:
space:
mode:
authorこぴなたみぽ <syuilotan@yahoo.co.jp>2018-02-07 18:47:29 +0900
committerこぴなたみぽ <syuilotan@yahoo.co.jp>2018-02-07 18:47:29 +0900
commitd8d4c4d2287489a02b3185a79ed0cac77057cf81 (patch)
treec45484bf6d8bbb94c84a6e14a6abcaa5587f32b7 /src/web/app/auth
parentwip (diff)
downloadmisskey-d8d4c4d2287489a02b3185a79ed0cac77057cf81.tar.gz
misskey-d8d4c4d2287489a02b3185a79ed0cac77057cf81.tar.bz2
misskey-d8d4c4d2287489a02b3185a79ed0cac77057cf81.zip
wip
Diffstat (limited to 'src/web/app/auth')
-rw-r--r--src/web/app/auth/tags/form.tag2
-rw-r--r--src/web/app/auth/tags/index.tag2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/auth/tags/form.tag b/src/web/app/auth/tags/form.tag
index 8c085ee9b8..9b317fef46 100644
--- a/src/web/app/auth/tags/form.tag
+++ b/src/web/app/auth/tags/form.tag
@@ -105,7 +105,7 @@
font-size 16px
</style>
- <script>
+ <script lang="typescript">
this.mixin('api');
this.session = this.opts.session;
diff --git a/src/web/app/auth/tags/index.tag b/src/web/app/auth/tags/index.tag
index 195c669094..e6b1cdb3f6 100644
--- a/src/web/app/auth/tags/index.tag
+++ b/src/web/app/auth/tags/index.tag
@@ -83,7 +83,7 @@
margin 0 auto
</style>
- <script>
+ <script lang="typescript">
this.mixin('i');
this.mixin('api');