Skip to content

Commit

Permalink
init_page: add missing rethrow
Browse files Browse the repository at this point in the history
  • Loading branch information
jjanku committed Mar 19, 2024
1 parent 8913b5e commit 5c73863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/init_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ class _RegistrationFormState extends State<RegistrationForm> {
_working = false;
_errorField = _hostController;
});
rethrow;
}

widget.onRegistered(User(device.id, host));
Expand Down

0 comments on commit 5c73863

Please sign in to comment.