Init login feature add domain layer
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//
|
||||
|
||||
extension UriExtension on Uri {
|
||||
bool isBaseUrlValid() => origin.isNotEmpty;
|
||||
}
|
||||
Reference in New Issue
Block a user