fix: Some syntax issues
All checks were successful
Publish Docker / build (push) Successful in 3m22s
All checks were successful
Publish Docker / build (push) Successful in 3m22s
This commit is contained in:
parent
e01c16e166
commit
52390de4c5
@ -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()),
|
||||||
|
Loading…
Reference in New Issue
Block a user