aboutsummaryrefslogtreecommitdiff
path: root/src/modules/auth/openid.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/auth/openid.rs')
-rw-r--r--src/modules/auth/openid.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/auth/openid.rs b/src/modules/auth/openid.rs
index 7253ba8..1e5a063 100644
--- a/src/modules/auth/openid.rs
+++ b/src/modules/auth/openid.rs
@@ -43,6 +43,7 @@ pub struct OpenIDAuth {
authorize_endpoint: String,
token_endpoint: String,
scope: String,
+ #[allow(unused)]
next: DynNode,
}