aboutsummaryrefslogtreecommitdiffstats
path: root/lib/auth-service/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth-service/src/lib.rs')
-rw-r--r--lib/auth-service/src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/auth-service/src/lib.rs b/lib/auth-service/src/lib.rs
index 308ce0f..0965f86 100644
--- a/lib/auth-service/src/lib.rs
+++ b/lib/auth-service/src/lib.rs
@@ -4,6 +4,10 @@ pub use service::*;
use thiserror::Error;
+pub enum Provider {
+ Discord,
+}
+
#[derive(Error, Debug)]
pub enum AuthServiceError {
#[error("invalid url provided")]