Skip to content

Commit

Permalink
fixed a typo mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
SMSourov committed Sep 26, 2023
1 parent a026886 commit 21b11b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/register_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class _RegisterViewState extends State<RegisterView> {
} else if (e.code == "weak-password") {
await showErrorDialog(
context,
"Week password",
"Weak password",
);
} else if (e.code == "invalid-email") {
await showErrorDialog(
Expand Down

0 comments on commit 21b11b8

Please sign in to comment.