mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
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 {
|
||||
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]]) {
|
||||
LOGE(@"Failed to open %@, invalid URL", url);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue