Skip to content

Commit d4c70e9

Browse files
committed
fmt
1 parent 1e455ff commit d4c70e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webserver/oidc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ where
296296
Ok(Some(claims)) => {
297297
log::trace!("Storing authenticated user info in request extensions: {claims:?}");
298298
request.extensions_mut().insert(claims);
299-
299+
300300
// Handle OIDC callback URL for authenticated users
301301
if request.path() == SQLPAGE_REDIRECT_URI {
302302
log::debug!("The request is the OIDC callback for an authenticated user");

0 commit comments

Comments
 (0)