diff options
| author | こぴなたみぽ <syuilotan@yahoo.co.jp> | 2018-02-07 18:47:29 +0900 |
|---|---|---|
| committer | こぴなたみぽ <syuilotan@yahoo.co.jp> | 2018-02-07 18:47:29 +0900 |
| commit | d8d4c4d2287489a02b3185a79ed0cac77057cf81 (patch) | |
| tree | c45484bf6d8bbb94c84a6e14a6abcaa5587f32b7 /src/web/app/auth | |
| parent | wip (diff) | |
| download | misskey-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.tag | 2 | ||||
| -rw-r--r-- | src/web/app/auth/tags/index.tag | 2 |
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'); |