summaryrefslogtreecommitdiffstats
path: root/webapp/components/login
diff options
context:
space:
mode:
authorDavid Lu <david.lu97@outlook.com>2016-08-22 15:33:01 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-08-22 15:33:01 -0400
commitca351b617fc1d412d1a4ae37835a697468769fe6 (patch)
treecc4e776d405b3a6c1d7fa6f627fc57e60734a143 /webapp/components/login
parent391d685aa4d05cc4316d4770d47eed16dcfb650c (diff)
downloadchat-ca351b617fc1d412d1a4ae37835a697468769fe6.tar.gz
chat-ca351b617fc1d412d1a4ae37835a697468769fe6.tar.bz2
chat-ca351b617fc1d412d1a4ae37835a697468769fe6.zip
PLT-2951 Improved signup process (#3771)
Diffstat (limited to 'webapp/components/login')
-rw-r--r--webapp/components/login/login_controller.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/login/login_controller.jsx b/webapp/components/login/login_controller.jsx
index f62464f37..5a5d0388a 100644
--- a/webapp/components/login/login_controller.jsx
+++ b/webapp/components/login/login_controller.jsx
@@ -520,6 +520,7 @@ export default class LoginController extends React.Component {
key='saml'
href={'/login/sso/saml' + this.props.location.search}
>
+ <span className='icon fa fa-lock fa--margin-top'/>
<span>
{window.mm_config.SamlLoginButtonText}
</span>