Stop forcing "transient_provisioning" to 1 when fetching a remote configuration in the assistant

This commit is contained in:
QuentinArguillere 2023-05-11 12:03:50 +02:00
parent 77edc0972e
commit 8d12a8af89

View file

@ -1581,7 +1581,6 @@ UIColor *previousColor = (UIColor*)[sender backgroundColor]; \
- (IBAction)onRemoteProvisioningLoginClick:(id)sender {
ONCLICKBUTTON(sender, 100, {
_waitView.hidden = NO;
[LinphoneManager.instance lpConfigSetInt:1 forKey:@"transient_provisioning" inSection:@"misc"];
[self configureAccount];
});
}