debugging

This commit is contained in:
Christien Rioux 2023-09-28 12:51:44 -04:00
parent 9e48bc2223
commit 7567a0e3bc
7 changed files with 31 additions and 13 deletions

View file

@ -254,7 +254,8 @@ class InviteDialogState extends ConsumerState<InviteDialog> {
_validInvitation = null;
widget.onValidationFailed();
});
} on Exception catch (_) {
} on Exception catch (e) {
log.debug('exception: $e', e);
setState(() {
_isValidating = false;
_validInvitation = null;