Function mz::command::profile::strip_api_from_endpoint
source ยท fn strip_api_from_endpoint(endpoint: Url) -> Url
Expand description
Strips the .api
from the login endpoint.
The .api
prefix will cause a failure during login
in the browser.