forked from MightyPork/elefren-fork
update serde_qs so the error enum is compatible with Anyhow, fix deprecated warning
This commit is contained in:
+1
-1
@@ -297,7 +297,7 @@ impl Registered {
|
||||
.append_pair("response_type", "code")
|
||||
.append_pair("force_login", &self.force_login.to_string());
|
||||
|
||||
Ok(url.into_string())
|
||||
Ok(url.into())
|
||||
}
|
||||
|
||||
/// Create an access token from the client id, client secret, and code
|
||||
|
||||
Reference in New Issue
Block a user