|
|
@@ -38,7 +38,7 @@
|
|
|
<input class="form-control" type="text" name="settingForm[security:passport-twitter:clientId]" value="{{ settingForm['security:passport-twitter:clientId'] || '' }}">
|
|
|
<p class="help-block">
|
|
|
<small>
|
|
|
- {{ t("security_setting.Use env var if empty", "OAUTH_GOOGLE_CLIENT_ID") }}
|
|
|
+ {{ t("security_setting.Use env var if empty", "OAUTH_TWITTER_CALLBACK_URL") }}
|
|
|
</small>
|
|
|
</p>
|
|
|
</div>
|
|
|
@@ -51,7 +51,7 @@
|
|
|
<input class="form-control" type="text" name="settingForm[security:passport-google:clientSecret]" value="{{ settingForm['security:passport-google:clientSecret'] || '' }}">
|
|
|
<p class="help-block">
|
|
|
<small>
|
|
|
- {{ t("security_setting.Use env var if empty", "OAUTH_GOOGLE_CLIENT_SECRET") }}
|
|
|
+ {{ t("security_setting.Use env var if empty", "OAUTH_TWITTER_CALLBACK_URL") }}
|
|
|
</small>
|
|
|
</p>
|
|
|
</div>
|