summaryrefslogtreecommitdiff
path: root/src/web/app/auth
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-06-07 15:43:29 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-06-07 15:43:29 +0900
commit7d07cde40c2ffdb74c648dba1258084e2a5d5f2d (patch)
tree44afde98c02307833036167c7c4a25326fbc627a /src/web/app/auth
parentv2011 (diff)
downloadsharkey-7d07cde40c2ffdb74c648dba1258084e2a5d5f2d.tar.gz
sharkey-7d07cde40c2ffdb74c648dba1258084e2a5d5f2d.tar.bz2
sharkey-7d07cde40c2ffdb74c648dba1258084e2a5d5f2d.zip
Refactor
Diffstat (limited to 'src/web/app/auth')
-rw-r--r--src/web/app/auth/tags/index.tag4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/auth/tags/index.tag b/src/web/app/auth/tags/index.tag
index d3c458cf77..8d1d88806f 100644
--- a/src/web/app/auth/tags/index.tag
+++ b/src/web/app/auth/tags/index.tag
@@ -1,7 +1,7 @@
<mk-index>
<main if={ SIGNIN }>
<p class="fetching" if={ fetching }>読み込み中<mk-ellipsis/></p>
- <mk-form ref="form" if={ state == 'waiting' } session={ session }></mk-form>
+ <mk-form ref="form" if={ state == 'waiting' } session={ session }/>
<div class="denied" if={ state == 'denied' }>
<h1>アプリケーションの連携をキャンセルしました。</h1>
<p>このアプリがあなたのアカウントにアクセスすることはありません。</p>
@@ -17,7 +17,7 @@
</main>
<main class="signin" if={ !SIGNIN }>
<h1>サインインしてください</h1>
- <mk-signin></mk-signin>
+ <mk-signin/>
</main>
<footer><img src="/assets/auth/logo.svg" alt="Misskey"/></footer>
<style>