summaryrefslogtreecommitdiffstats
path: root/webapp/components/login
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/login')
-rw-r--r--webapp/components/login/login_controller.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/login/login_controller.jsx b/webapp/components/login/login_controller.jsx
index 726853cf2..005f278bd 100644
--- a/webapp/components/login/login_controller.jsx
+++ b/webapp/components/login/login_controller.jsx
@@ -524,7 +524,7 @@ export default class LoginController extends React.Component {
>
<span className='icon fa fa-lock fa--margin-top'/>
<span>
- {window.mm_config.SamlLoginButtonText}
+ {global.window.mm_config.SamlLoginButtonText}
</span>
</a>
);