summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-09-08 17:48:29 +0500
committerenahum <nahumhbl@gmail.com>2016-09-08 09:48:29 -0300
commitb3f6011fdbe846ee6f769eaf1c85b40f912eeaaa (patch)
tree0d7153cac9791286649bd0f5b61868880c139f32 /webapp/components
parentb6ed10a31ecf16f7a0cf594db6b5a10e983e2db9 (diff)
downloadchat-b3f6011fdbe846ee6f769eaf1c85b40f912eeaaa.tar.gz
chat-b3f6011fdbe846ee6f769eaf1c85b40f912eeaaa.tar.bz2
chat-b3f6011fdbe846ee6f769eaf1c85b40f912eeaaa.zip
Updating minor fixes for rc4 (#3988)
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/login/login_controller.jsx11
1 files changed, 11 insertions, 0 deletions
diff --git a/webapp/components/login/login_controller.jsx b/webapp/components/login/login_controller.jsx
index 8335dce6f..117747ab9 100644
--- a/webapp/components/login/login_controller.jsx
+++ b/webapp/components/login/login_controller.jsx
@@ -459,6 +459,17 @@ export default class LoginController extends React.Component {
);
}
+ if (gitlabSigninEnabled || samlSigninEnabled || office365SigninEnabled || googleSigninEnabled || gitlabSigninEnabled) {
+ loginControls.push(
+ <h5 key='oauthHeader'>
+ <FormattedMessage
+ id='login.signInWith'
+ defaultMessage='Sign in with:'
+ />
+ </h5>
+ );
+ }
+
if (gitlabSigninEnabled) {
loginControls.push(
<a