summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2019-02-01 20:02:10 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2019-02-01 20:02:10 +0900
commit00f9c824d1b49e8a5930430408ca4cf4d385cef5 (patch)
treed769db4fa09c9f1a55072dd9873cfa95f606d95e /src
parentCreate type definition for 'http-signature' (#4049) (diff)
downloadsharkey-00f9c824d1b49e8a5930430408ca4cf4d385cef5.tar.gz
sharkey-00f9c824d1b49e8a5930430408ca4cf4d385cef5.tar.bz2
sharkey-00f9c824d1b49e8a5930430408ca4cf4d385cef5.zip
リモートの外部サービス認証情報を表示する (#4047)
* Update user.vue * Update ja-JP.yml * Fix path refs: 7e3a8d56e614a1771015b6b2557fea8127c46aeb * Update user.vue * Update ja-JP.yml * Re-fix path refs: 4bb4903ee513bacf79d475e100019bd3058d9b34, 7e3a8d56e614a1771015b6b2557fea8127c46aeb * Update user.vue * Update ja-JP.yml * Update ja-JP.yml * Fix sentence a little
Diffstat (limited to 'src')
-rw-r--r--src/client/app/desktop/views/pages/user/user.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/pages/user/user.vue b/src/client/app/desktop/views/pages/user/user.vue
index 0350151136..53e50d2d18 100644
--- a/src/client/app/desktop/views/pages/user/user.vue
+++ b/src/client/app/desktop/views/pages/user/user.vue
@@ -12,7 +12,7 @@
<div class="side">
<div class="instance" v-if="!$store.getters.isSignedIn"><mk-instance/></div>
<x-profile :user="user"/>
- <x-integrations :user="user" v-if="!user.host"/>
+ <x-integrations :user="user"/>
<mk-calendar @chosen="warp" :start="new Date(user.createdAt)"/>
<mk-activity :user="user"/>
<x-photos :user="user"/>