fix: Some syntax issues
All checks were successful
Publish Docker / build (push) Successful in 3m22s

This commit is contained in:
Nathan Woodburn 2025-02-14 14:03:03 +11:00
parent e01c16e166
commit 52390de4c5
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -35,7 +35,7 @@ use super::db::*;
use siwe_oidc::db::*; use siwe_oidc::db::*;
lazy_static::lazy_static! { lazy_static::lazy_static! {
static ref SCOPES: [Scope; 2] = [ static ref SCOPES: [Scope; 3] = [
Scope::new("openid".to_string()), Scope::new("openid".to_string()),
Scope::new("profile".to_string()), Scope::new("profile".to_string()),
Scope::new("email".to_string()), Scope::new("email".to_string()),