Skip to content

Commit 6b09c2f

Browse files
mcalingheesandhose
andauthored
Apply suggestions from code review
Co-authored-by: Quentin Gliech <[email protected]>
1 parent 3293d3e commit 6b09c2f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

crates/handlers/src/oauth2/end_session.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Copyright 2024, 2025 New Vector Ltd.
2-
// Copyright 2023, 2024 The Matrix.org Foundation C.I.C.
1+
// Copyright 2025 New Vector Ltd.
32
//
43
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
54
// Please see LICENSE files in the repository root for full details.

crates/router/src/endpoints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ impl SimpleRoute for OAuth2AuthorizationEndpoint {
160160
pub struct OAuth2EndSession;
161161

162162
impl SimpleRoute for OAuth2EndSession {
163-
const PATH: &'static str = "/oauth2/end_session";
163+
const PATH: &'static str = "/oauth2/end-session";
164164
}
165165

166166
/// `GET /`

0 commit comments

Comments
 (0)