Skip to content

Commit f775297

Browse files
cursoragentlovasoa
andcommitted
Checkpoint before follow-up message
Co-authored-by: contact <[email protected]>
1 parent b6453ff commit f775297

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/webserver/oidc.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ use super::http_client::make_http_client;
3838

3939
type LocalBoxFuture<T> = Pin<Box<dyn Future<Output = T> + 'static>>;
4040

41-
#[derive(Clone, Debug, Deserialize)]
42-
struct DiscoveryMetadata {
43-
#[serde(default)]
44-
end_session_endpoint: Option<Url>,
45-
}
4641

4742
const SQLPAGE_AUTH_COOKIE_NAME: &str = "sqlpage_auth";
4843
const SQLPAGE_REDIRECT_URI: &str = "/sqlpage/oidc_callback";

0 commit comments

Comments
 (0)