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
Hello there, why does the get_folders functions takes self as argument, instead of &mut self like the other functions (e.g: get_secrets). Is it possible to changes this, to use a mutable reference. Otherwise I need to clone the secrets manager.