mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-13 11:42:17 -04:00
debugging
This commit is contained in:
parent
9e48bc2223
commit
7567a0e3bc
7 changed files with 31 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue