forked from mirrors/linphone-iphone
update password manage lien
This commit is contained in:
parent
6ef77ebdaa
commit
831295f680
1 changed files with 1 additions and 1 deletions
|
|
@ -1672,7 +1672,7 @@ void assistant_is_account_linked(LinphoneAccountCreator *creator, LinphoneAccoun
|
|||
}
|
||||
|
||||
- (IBAction)onLinkTap:(id)sender {
|
||||
NSString *url = @"https://linphone.org/freesip/recover";
|
||||
NSString *url = @"https://subscribe.linphone.org";
|
||||
if (![UIApplication.sharedApplication openURL:[NSURL URLWithString:url]]) {
|
||||
LOGE(@"Failed to open %@, invalid URL", url);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue