Remove the opening of the digital factory URL in cases where the user has already signed in.

This will eliminate confusion whenever a staging environment will be used.
This commit is contained in:
Evangelos Trantos 2020-09-14 16:03:46 +02:00 committed by GitHub
parent 5923dd0109
commit 72b986b0ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,11 +73,6 @@ Item
{
Cura.API.account.login()
}
else
{
Qt.openUrlExternally(CuraApplication.ultimakerDigitalFactoryUrl)
}
}
}
}