Skip to content

Commit

Permalink
feat: displaying error on toast
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeroucher authored and armanddidierjean committed Jun 5, 2024
1 parent 49ee000 commit 0d018f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/login/ui/app_sign_in.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class AppSignIn extends HookConsumerWidget {
displayToast(
context,
TypeMsg.error,
LoginTextConstants.loginFailed,
"${LoginTextConstants.loginFailed} : $e",
);
},
loading: () {},
Expand Down

0 comments on commit 0d018f9

Please sign in to comment.