mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Improved debug messages
This commit is contained in:
parent
625d29fcf1
commit
4e14bd077c
3 changed files with 7 additions and 15 deletions
|
|
@ -344,7 +344,6 @@ class _ProfileEditState extends State<ProfileEditWidget> {
|
|||
Uri uri = Uri.parse(value);
|
||||
|
||||
if (uri.hasScheme) {
|
||||
print("Scheme: ${uri.scheme}");
|
||||
if (!["http", "https"].contains(uri.scheme.toLowerCase())) {
|
||||
return L10().serverStart;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue