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