aboutsummaryrefslogtreecommitdiffstats
path: root/lib/auth-service/src/client/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth-service/src/client/mod.rs')
-rw-r--r--lib/auth-service/src/client/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/auth-service/src/client/mod.rs b/lib/auth-service/src/client/mod.rs
index e02672b..774a863 100644
--- a/lib/auth-service/src/client/mod.rs
+++ b/lib/auth-service/src/client/mod.rs
@@ -30,7 +30,7 @@ impl Deref for OauthClient {
}
}
-#[derive(Debug)]
+#[derive(Debug, Clone)]
pub struct ClientConfig {
client_id: String,
client_secret: SecretString,