mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
MESSENGER-3352 build settings
This commit is contained in:
@@ -978,9 +978,9 @@
|
||||
|
||||
if (sender == _submitButton)
|
||||
{
|
||||
if (BwiBuildSettings.bwiEnableLoginProtection) {
|
||||
if (BWIBuildSettings.shared.bwiEnableLoginProtection) {
|
||||
LoginProtectionService* service = [[LoginProtectionService alloc] init];
|
||||
service.hashes = BwiBuildSettings.bwiHashes;
|
||||
service.hashes = BWIBuildSettings.shared.bwiHashes;
|
||||
if (![service isValid:self->mxRestClient.homeserver]) {
|
||||
NSError *error = [[NSError alloc] initWithDomain:@"LoginProtectionError" code:0 userInfo:@{
|
||||
NSLocalizedDescriptionKey: [BWIL10n bwiLoginProtectionErrorMessage:AppInfo.current.displayName]}];
|
||||
|
||||
Reference in New Issue
Block a user