diff options
Diffstat (limited to 'server/src/fake_auth.rs')
-rw-r--r-- | server/src/fake_auth.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/server/src/fake_auth.rs b/server/src/fake_auth.rs index 6a3ff2c..caea745 100644 --- a/server/src/fake_auth.rs +++ b/server/src/fake_auth.rs @@ -29,6 +29,12 @@ impl FakeAuthenticator { } } +impl Default for FakeAuthenticator { + fn default() -> Self { + Self::new() + } +} + #[async_trait] impl Authenticator for FakeAuthenticator { async fn user_info( |