diff options
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'); |