fix: Show error message when signing in to suspended account
closes #1056
This commit is contained in:
@@ -29,6 +29,7 @@ function Home(props: Props) {
|
||||
</Helmet>
|
||||
<Grid>
|
||||
<Hero id="signin">
|
||||
<AuthErrors notice={props.notice} />
|
||||
<h1>Your team’s knowledge base</h1>
|
||||
<HeroText>
|
||||
Team wiki, documentation, meeting notes, playbooks, onboarding, work
|
||||
@@ -37,7 +38,6 @@ function Home(props: Props) {
|
||||
<p>
|
||||
<SigninButtons {...props} />
|
||||
</p>
|
||||
<AuthErrors notice={props.notice} />
|
||||
</Hero>
|
||||
<Mask>
|
||||
<Features>
|
||||
|
||||
Reference in New Issue
Block a user