After the registration user will be logged in and redirected to survey (fix #77 and fix #74)

This commit is contained in:
cami 2021-07-06 02:12:32 +02:00
parent 942c22c515
commit 18f76d8cd6
2 changed files with 14 additions and 2 deletions

View file

@ -66,7 +66,7 @@ export default function Login() {
InputPlaceHolder="Passwort"
/>
<br />
<ErrorMessage message={errorMessage}/>
<ErrorMessage message={errorMessage} />
<SubmitField onClick={onSubmitClick} LabelName="Einloggen" />
</form>
) : (