forked from mirrors/linphone-iphone
change url for obtain new password
This commit is contained in:
parent
121e661a2c
commit
c283f4d549
1 changed files with 1 additions and 1 deletions
|
|
@ -1590,7 +1590,7 @@ void assistant_is_account_linked(LinphoneAccountCreator *creator, LinphoneAccoun
|
||||||
}
|
}
|
||||||
|
|
||||||
- (IBAction)onLinkTap:(id)sender {
|
- (IBAction)onLinkTap:(id)sender {
|
||||||
NSString *url = @"http://linphone.org/free-sip-service.html&action=recover";
|
NSString *url = @"https://linphone.org/freesip/recover";
|
||||||
if (![UIApplication.sharedApplication openURL:[NSURL URLWithString:url]]) {
|
if (![UIApplication.sharedApplication openURL:[NSURL URLWithString:url]]) {
|
||||||
LOGE(@"Failed to open %@, invalid URL", url);
|
LOGE(@"Failed to open %@, invalid URL", url);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue