Fix a bug with the original sign in page not rendering

This commit is contained in:
JP1998 2019-04-08 09:22:49 +02:00
parent 41eacfc999
commit 7c40ba0e61
1 changed files with 2 additions and 0 deletions

View File

@ -261,5 +261,7 @@ function Hint(props) {
return (
<h3>{ props.hint }</h3>
);
} else {
return null;
}
}