fix: automatically enable discovered account
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -108,7 +108,7 @@ export const serviceService = {
|
|||||||
provider: service.provider,
|
provider: service.provider,
|
||||||
identifier: null,
|
identifier: null,
|
||||||
label: null,
|
label: null,
|
||||||
enabled: false,
|
enabled: true,
|
||||||
location: service.location,
|
location: service.location,
|
||||||
};
|
};
|
||||||
onService(createServiceObject(serviceData));
|
onService(createServiceObject(serviceData));
|
||||||
|
|||||||
Reference in New Issue
Block a user