rust-rewrite #2

Merged
siennathesane merged 39 commits from rust-rewrite into mainline 2026-03-21 14:40:42 +00:00
Showing only changes of commit 43b5a4eef9 - Show all commits

View File

@@ -476,7 +476,7 @@ pub async fn cmd_auth_login(domain_override: Option<&str>) -> Result<()> {
discovery.authorization_endpoint,
urlencoding(&client_id),
urlencoding(&redirect_uri),
"openid+email+profile+offline_access",
"openid%20email%20profile%20offline_access",
code_challenge,
state,
);