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
Currently you need to manually clone and call set_password(Some("****")) to avoid leaking credentials. A built‑in method like Url::redacted() (or redirect_auth) could return a copy with userinfo masked, simplifying safe logging. ([stackoverflow.com]1)