Fix a bug with the original sign in page not rendering
This commit is contained in:
parent
41eacfc999
commit
7c40ba0e61
|
|
@ -261,5 +261,7 @@ function Hint(props) {
|
||||||
return (
|
return (
|
||||||
<h3>{ props.hint }</h3>
|
<h3>{ props.hint }</h3>
|
||||||
);
|
);
|
||||||
|
} else {
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue