reset registration on excepion got

pull/1099/head
Audric Ackermann 6 years ago
parent 2a9a2f7fb9
commit 73bc9e1204
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -902,6 +902,8 @@ export class RegistrationTabs extends React.Component<{}, State> {
});
} catch (e) {
window.console.log(e);
await this.resetRegistration();
this.setState({
loading: false,
});

Loading…
Cancel
Save