mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Merge remote-tracking branch 'origin/develop' into doug/4484_contacts_access
# Conflicts: # Riot/Modules/ServiceTerms/Modal/ServiceTermsModalCoordinatorBridgePresenter.swift
This commit is contained in:
@@ -1160,7 +1160,7 @@ TableViewSectionsDelegate>
|
||||
|
||||
// Ask password again
|
||||
self->currentAlert = [UIAlertController alertControllerWithTitle:nil
|
||||
message:[VectorL10n settingsAdd3pidPasswordMessage]
|
||||
message:[VectorL10n settingsAdd3pidInvalidPasswordMessage]
|
||||
preferredStyle:UIAlertControllerStyleAlert];
|
||||
|
||||
[self->currentAlert addAction:[UIAlertAction actionWithTitle:[VectorL10n retry] style:UIAlertActionStyleDefault handler:^(UIAlertAction * action) {
|
||||
@@ -1384,7 +1384,7 @@ TableViewSectionsDelegate>
|
||||
title = [VectorL10n settingsAdd3pidPasswordTitleEmail];
|
||||
}
|
||||
|
||||
NSString *message = [VectorL10n settingsAdd3pidInvalidPasswordMessage];
|
||||
NSString *message = [VectorL10n settingsAdd3pidPasswordMessage];
|
||||
|
||||
|
||||
[session.matrixRestClient add3PIDOnlyWithSessionId:@"" clientSecret:[MXTools generateSecret] authParams:nil success:^{
|
||||
@@ -4416,7 +4416,7 @@ TableViewSectionsDelegate>
|
||||
}
|
||||
|
||||
|
||||
#pragma mark - Identity Server updates
|
||||
#pragma mark - Identity server updates
|
||||
|
||||
- (void)registerAccountDataDidChangeIdentityServerNotification
|
||||
{
|
||||
@@ -4532,7 +4532,7 @@ TableViewSectionsDelegate>
|
||||
}];
|
||||
}
|
||||
|
||||
#pragma mark - Identity Server
|
||||
#pragma mark - Identity server
|
||||
|
||||
- (void)showIdentityServerSettingsScreen
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user