diff --git a/src/oidc.rs b/src/oidc.rs index d9d9734..43a345d 100644 --- a/src/oidc.rs +++ b/src/oidc.rs @@ -35,7 +35,7 @@ use super::db::*; use siwe_oidc::db::*; lazy_static::lazy_static! { - static ref SCOPES: [Scope; 2] = [ + static ref SCOPES: [Scope; 3] = [ Scope::new("openid".to_string()), Scope::new("profile".to_string()), Scope::new("email".to_string()),