diff options
| author | rtkay123 <dev@kanjala.com> | 2026-02-22 15:18:34 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-02-22 15:18:34 +0200 |
| commit | 3d4b23c53f203249b1d0c8e51d668f7b86dbaa6c (patch) | |
| tree | e3ec9dbe9216e0633338c1ba8960721d10b8bc69 /lib/auth-service/src/client | |
| parent | 3fef60a3daf7d17dff22d815400e03f36e4128c9 (diff) | |
| download | sellershut-3d4b23c53f203249b1d0c8e51d668f7b86dbaa6c.tar.bz2 sellershut-3d4b23c53f203249b1d0c8e51d668f7b86dbaa6c.zip | |
Diffstat (limited to 'lib/auth-service/src/client')
| -rw-r--r-- | lib/auth-service/src/client/mod.rs | 2 |
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, |
