diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-11 14:54:15 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-11 14:54:15 +0100 |
commit | ef1ed0beb17649e7c65eee7081c605282bae8111 (patch) | |
tree | 7ac8d4bfda1a77e2e0ea5bb69f60bf16d2bf7fec /src/modules/auth/openid.rs | |
parent | a559aaf12f9b57ef1a1d440011e874e2c8d4f954 (diff) | |
download | gnix-ef1ed0beb17649e7c65eee7081c605282bae8111.tar gnix-ef1ed0beb17649e7c65eee7081c605282bae8111.tar.bz2 gnix-ef1ed0beb17649e7c65eee7081c605282bae8111.tar.zst |
paths rest capture group
Diffstat (limited to 'src/modules/auth/openid.rs')
-rw-r--r-- | src/modules/auth/openid.rs | 1 |
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, } |