Skip to content

Commit 095a4ad

Browse files
authored
Fix linking to external id provider (#91)
* fix linking to external id provider * mock external id provider with custom user info
1 parent e10f491 commit 095a4ad

File tree

7 files changed

+601
-3
lines changed

7 files changed

+601
-3
lines changed

services/identity/src/controllers/auth/link_utils.rs

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ impl<'a> LinkUtils<'a> {
2424
error_url: Option<&Url>,
2525
) -> AuthPage {
2626
// at this point current user, linked_user, etc. should be consistent due to auth_session construction
27-
assert!(auth_session.token_cookie.is_none());
2827

2928
let user = auth_session.user_session.clone().unwrap();
3029
match self

0 commit comments

Comments
 (0)