diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-08-20 01:41:53 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-08-20 01:41:53 +0900 |
| commit | bdc6718ae5290b2db9c1909273ef0c625f6aab58 (patch) | |
| tree | 54f93cb541a4930b912eb20f32cde8ac0658891f /src | |
| parent | 7.1.0 (diff) | |
| download | sharkey-bdc6718ae5290b2db9c1909273ef0c625f6aab58.tar.gz sharkey-bdc6718ae5290b2db9c1909273ef0c625f6aab58.tar.bz2 sharkey-bdc6718ae5290b2db9c1909273ef0c625f6aab58.zip | |
Fix bug
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/components/signin.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/app/common/views/components/signin.vue b/src/client/app/common/views/components/signin.vue index cf3e5c8ac1..5230ac371a 100644 --- a/src/client/app/common/views/components/signin.vue +++ b/src/client/app/common/views/components/signin.vue @@ -36,8 +36,7 @@ export default Vue.extend({ password: '', token: '', apiUrl, - host, - twitterIntegration + host }; }, methods: { |