From e3ab89e1c47b9228f3a914a994e1244d1e61d93b Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Wed, 17 Feb 2016 10:32:22 -0500 Subject: Added help text to sso switching and removed redundant divs --- web/react/components/claim/email_to_sso.jsx | 111 +++++++++++++++------------- 1 file changed, 59 insertions(+), 52 deletions(-) (limited to 'web/react/components/claim/email_to_sso.jsx') diff --git a/web/react/components/claim/email_to_sso.jsx b/web/react/components/claim/email_to_sso.jsx index 3d4b9e91f..87e86697c 100644 --- a/web/react/components/claim/email_to_sso.jsx +++ b/web/react/components/claim/email_to_sso.jsx @@ -70,62 +70,69 @@ class EmailToSSO extends React.Component { const uiType = Utils.toTitleCase(this.props.type) + ' SSO'; return ( -
-
-

+
+

+ +

+
+

+

+

+ +

+

+ +

+
+ +
+ {error} +

- -

- -

-

- -

-
- -
- {error} - - -
+ +
); } @@ -141,4 +148,4 @@ EmailToSSO.propTypes = { teamDisplayName: React.PropTypes.string.isRequired }; -export default injectIntl(EmailToSSO); \ No newline at end of file +export default injectIntl(EmailToSSO); -- cgit v1.2.3-1-g7c22