From f09816b548d5e2bec27bace7a57253dc5e7ebd6b Mon Sep 17 00:00:00 2001 From: Paul Woolcock Date: Wed, 19 May 2021 15:45:34 -0400 Subject: Fix deprecation warning --- src/registration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registration.rs b/src/registration.rs index dcc5306..5af8405 100644 --- a/src/registration.rs +++ b/src/registration.rs @@ -300,7 +300,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 -- cgit v1.2.3