You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
When we no longer support iOS 12 in the apps, migrate the UITextFields in Authenticator to use the new textFieldDidChangeSelection: method and remove the workarounds found in the project. Example PR, where an IBAction was attached directly to the UITextField because the delegate method can't be used.
The text was updated successfully, but these errors were encountered:
When we no longer support iOS 12 in the apps, migrate the UITextFields in Authenticator to use the new textFieldDidChangeSelection: method and remove the workarounds found in the project. Example PR, where an
IBAction
was attached directly to the UITextField because the delegate method can't be used.The text was updated successfully, but these errors were encountered: