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, the auth and orders clients build urls with concatenation. f-strings are more performant while maintaining readability. Move url creation to f-strings for both the auth and orders clients.