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
I'm currently in the process of creating a python script to automate my login with gimme-aws-creds with my password manager and I cannot provide my password through gimme_aws_creds.ui.UserInterface subclass.
Your Environment
App Version used: v2.7.2
Environment name and version:
Operating System and version: MacOS Ventura 13.5.1
The text was updated successfully, but these errors were encountered:
Overriding
gimme_aws_creds.ui.UserInterface
allows to specify how to handle user inputs.Expected Behavior
All user inputs should pass through
gimme_aws_creds.ui.UserInterface
functions.Current Behavior
Some user inputs bypass the
gimme_aws_creds.ui.UserInterface
Possible Solution
#429
Steps to Reproduce (for bugs)
Context
I'm currently in the process of creating a python script to automate my login with gimme-aws-creds with my password manager and I cannot provide my password through
gimme_aws_creds.ui.UserInterface
subclass.Your Environment
The text was updated successfully, but these errors were encountered: