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
Setting secured in the state init doesn't work: _secureAppController = SecureApplicationController(SecureApplicationState(secured: true));
Current workaround: _secureAppController = SecureApplicationController(SecureApplicationState()); _secureAppController.secure();
I'm on iOS, secure_application version 3.7.1
The text was updated successfully, but these errors were encountered:
Setting secured in the state init doesn't work:
_secureAppController = SecureApplicationController(SecureApplicationState(secured: true));
Current workaround:
_secureAppController = SecureApplicationController(SecureApplicationState()); _secureAppController.secure();
I'm on iOS, secure_application version 3.7.1
The text was updated successfully, but these errors were encountered: