diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-23 13:25:33 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-23 13:25:33 +0900 |
| commit | 767a292dbdaedeb34de5476f0c23ca25a0395e90 (patch) | |
| tree | 91669b7a99930967d0ec1699dec35730cb5483c5 /src/web/app | |
| parent | Improve readability (diff) | |
| download | sharkey-767a292dbdaedeb34de5476f0c23ca25a0395e90.tar.gz sharkey-767a292dbdaedeb34de5476f0c23ca25a0395e90.tar.bz2 sharkey-767a292dbdaedeb34de5476f0c23ca25a0395e90.zip | |
#939
Diffstat (limited to 'src/web/app')
| -rw-r--r-- | src/web/app/desktop/tags/pages/entrance.tag | 1 | ||||
| -rw-r--r-- | src/web/app/mobile/tags/page/entrance/signin.tag | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/web/app/desktop/tags/pages/entrance.tag b/src/web/app/desktop/tags/pages/entrance.tag index 824847f516..02aeb922fe 100644 --- a/src/web/app/desktop/tags/pages/entrance.tag +++ b/src/web/app/desktop/tags/pages/entrance.tag @@ -157,6 +157,7 @@ </h1> <mk-signin ref="signin"/> </div> + <a href={ _API_URL_ + '/signin/twitter' }>Twitterでサインイン</a> <div class="divider"><span>or</span></div> <button class="signup" onclick={ parent.signup }>新規登録</button><a class="introduction" onclick={ introduction }>Misskeyについて</a> <style> diff --git a/src/web/app/mobile/tags/page/entrance/signin.tag b/src/web/app/mobile/tags/page/entrance/signin.tag index 827fbccb94..6f473feb9d 100644 --- a/src/web/app/mobile/tags/page/entrance/signin.tag +++ b/src/web/app/mobile/tags/page/entrance/signin.tag @@ -1,5 +1,6 @@ <mk-entrance-signin> <mk-signin/> + <a href={ _API_URL_ + '/signin/twitter' }>Twitterでサインイン</a> <div class="divider"><span>or</span></div> <button class="signup" onclick={ parent.signup }>%i18n:mobile.tags.mk-entrance-signin.signup%</button><a class="introduction" onclick={ parent.introduction }>%i18n:mobile.tags.mk-entrance-signin.about%</a> <style> |