enhance registration message

This commit is contained in:
keyan 2022-03-22 15:30:27 -05:00
parent ef6262925f
commit bef5a22a40
1 changed files with 3 additions and 3 deletions

View File

@ -36,11 +36,11 @@ export default function Login ({ providers, callbackUrl, error, Header }) {
return (
<LayoutCenter noFooter>
<p className='text-center'>
Not registered? Just login, we'll automatically create an account.
</p>
<div className={styles.login}>
{Header && <Header />}
<div className='text-center font-weight-bold text-muted pb-4'>
Not registered? Just login, we'll automatically create an account.
</div>
{errorMessage &&
<Alert variant='danger' onClose={() => setErrorMessage(undefined)} dismissible>{errorMessage}</Alert>}
{router.query.type === 'lightning'