Skip to content

Commit 12370ff

Browse files
committed
fixup! Backchannel logout behavior settings on upstream providers
1 parent 2695815 commit 12370ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/handlers/src/views/login.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,8 @@ mod test {
424424
header::{CONTENT_TYPE, LOCATION},
425425
};
426426
use mas_data_model::{
427-
UpstreamOAuthProviderClaimsImports, UpstreamOAuthProviderTokenAuthMethod,
427+
UpstreamOAuthProviderClaimsImports, UpstreamOAuthProviderOnBackchannelLogout,
428+
UpstreamOAuthProviderTokenAuthMethod,
428429
};
429430
use mas_iana::jose::JsonWebSignatureAlg;
430431
use mas_router::Route;

0 commit comments

Comments
 (0)