mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 17:29:50 +08:00
Fix mistakenly added 'foo'
This commit is contained in:
@ -195,7 +195,7 @@ String _isCloneUrlValid(String value) {
|
|||||||
|
|
||||||
RegExp regExp = RegExp(r".*@.*");
|
RegExp regExp = RegExp(r".*@.*");
|
||||||
if (!regExp.hasMatch(value)) {
|
if (!regExp.hasMatch(value)) {
|
||||||
return "Invalid Input foo";
|
return "Invalid Input";
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
Reference in New Issue
Block a user