BuildSettings: Integrate applicationWebAppUrlString

This commit is contained in:
manuroe
2020-07-31 11:44:12 +02:00
parent 72c41ca0c1
commit 091d774a65
6 changed files with 5 additions and 16 deletions
@@ -651,7 +651,7 @@
// Create the next link that is common to all Vector.im clients
NSString *nextLink = [NSString stringWithFormat:@"%@/#/register?client_secret=%@&hs_url=%@&session_id=%@",
[Tools webAppUrl],
BuildSettings.applicationWebAppUrlString,
[self->submittedEmail.clientSecret stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLHostAllowedCharacterSet]],
[restClient.homeserver stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLHostAllowedCharacterSet]],
[self->currentSession.session stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLHostAllowedCharacterSet]]];