未利用時はTwitterでログインを表示しない (#2156)

This commit is contained in:
MeiMei 2018-08-11 20:20:35 +09:00 committed by syuilo
parent a8f142096c
commit 9bc17974f2
3 changed files with 8 additions and 4 deletions

View file

@ -95,7 +95,8 @@ const consts = {
_URL_: config.url,
_LICENSE_: licenseHtml,
_GOOGLE_MAPS_API_KEY_: config.google_maps_api_key,
_WELCOME_BG_URL_: config.welcome_bg_url
_WELCOME_BG_URL_: config.welcome_bg_url,
_TWITTER_INTEGRATION_: config.twitter != null
};
const _consts: { [ key: string ]: any } = {};