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/sso_to_email.jsx | 116 ++++++++++++++-------------- 1 file changed, 57 insertions(+), 59 deletions(-) (limited to 'web/react/components/claim/sso_to_email.jsx') diff --git a/web/react/components/claim/sso_to_email.jsx b/web/react/components/claim/sso_to_email.jsx index 73ff13cc9..74137082a 100644 --- a/web/react/components/claim/sso_to_email.jsx +++ b/web/react/components/claim/sso_to_email.jsx @@ -86,69 +86,67 @@ class SSOToEmail extends React.Component { const uiType = Utils.toTitleCase(this.props.currentType) + ' SSO'; return ( -
-
-

+
+

+ +

+
+

+

+

+ +

+
+ +
+
+ +
+ {error} +

- -

- -

-

- -

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