Don't force the product type with custom URLs (#6309)

This commit is contained in:
Edouard Marquez
2025-02-03 17:25:54 +01:00
committed by GitHub
parent e21ef79795
commit d5e3032d18
6 changed files with 35 additions and 7 deletions

View File

@ -144,7 +144,7 @@ Future<bool> _init1() async {
daoString: DaoString(_localDatabase),
);
ProductQuery.setQueryType(_userPreferences);
UserManagementProvider().checkUserLoginValidity();
UserManagementProvider().checkUserLoginValidity(_userPreferences);
await AnalyticsHelper.linkPreferences(_userPreferences);