Skip to content

Commit

Permalink
Hide warning
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Aug 7, 2023
1 parent 2dea722 commit 8cc5b0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ class _SignUpPageState extends State<SignUpPage> with TraceableClientMixin {
} else {
// Let's try to find the error in
final Iterable<RegExpMatch> allMatches =
RegExp('(<li class=\"error\">)(.*?)(</li>)')
RegExp('(<li class="error">)(.*?)(</li>)')
.allMatches(status.error!);
if (allMatches.isNotEmpty) {
final StringBuffer buffer = StringBuffer();
Expand Down

0 comments on commit 8cc5b0d

Please sign in to comment.