mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 14:46:56 +02:00
Add ReCaptcha screen (#6135)
Support dark mode in MXKAuthenticationRecaptchaWebView. Begin implementing the ReCaptcha coordinator.
This commit is contained in:
@@ -131,6 +131,8 @@
|
||||
[self.ssoButton setTitle:[VectorL10n authLoginSingleSignOn] forState:UIControlStateNormal];
|
||||
[self.ssoButton setTitle:[VectorL10n authLoginSingleSignOn] forState:UIControlStateHighlighted];
|
||||
self.ssoButton.backgroundColor = ThemeService.shared.theme.tintColor;
|
||||
|
||||
self.recaptchaContainer.backgroundColor = ThemeService.shared.theme.backgroundColor;
|
||||
|
||||
if (self.userLoginTextField.placeholder)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user