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
Temporary modifications to the configuration file variables.
A line has been added to solve a synchronization problem when recovering a value from the configuration file when executing migrations.
The variables in the configuration file are temporarily configured before finishing the process since the 'oauth' file is not required until the installation command process finishes.
An Enum file has been created to store all login modes to facilitate access to these modes in the application implementing the package and thus avoid the hardcoding or definitions of the modes.
Fixed an error in modifying variables in the configuration file
A new function has been added to the package installation command class that is responsible for modifying the value of the configuration file variables.
With this, the test responsible for testing said function has been created.