Merge pull request #157 from edx/adeel/van_42_serve_tpa_hint_login_usecase

Minor changes in UX.
This commit is contained in:
adeel khan
2021-02-22 22:11:21 +05:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ const EnterpriseSSO = (props) => {
return (
<div className="d-flex justify-content-center m-4">
<div className="d-flex flex-column">
<div className="mw-500">
<div className="mw-450">
<h3>Sign in</h3>
<Form className="m-0">
<p>{intl.formatMessage(messages['enterprisetpa.title.heading'], { providerName: tpaProvider.name })}</p>
@@ -65,6 +65,7 @@ const EnterpriseSSO = (props) => {
type="submit"
variant="primary"
state="Complete"
className="w-100"
onClick={(e) => handleClick(e)}
>
{intl.formatMessage(messages['enterprisetpa.login.button.text'])}

View File

@@ -31,7 +31,7 @@ const messages = defineMessages({
// enterprise sso strings
'enterprisetpa.title.heading': {
id: 'enterprisetpa.title.heading',
defaultMessage: 'Would you like to sign in using {providerName} credentials?',
defaultMessage: 'Would you like to sign in using your {providerName} credentials?',
description: 'Header text used in enterprise third party authentication',
},
'enterprisetpa.login.button.text': {