mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
fix: enable passphrase reset with MAS (MESSENGER-7861)
This commit is contained in:
@@ -86,4 +86,12 @@ Please see LICENSE in the repository root for full details.
|
||||
|
||||
[super setLocalHTMLFile:localHTMLFile];
|
||||
}
|
||||
|
||||
// bwi #7861 we need to enable javascript only for reauthentication
|
||||
- (void)enableJavascript:(BOOL)enable {
|
||||
if (webView) {
|
||||
webView.configuration.preferences.javaScriptEnabled = enable;
|
||||
}
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user