You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
Store the browser user-agent when starting a browser session
This commit is contained in:
@@ -84,7 +84,7 @@ async fn start_oauth_session(
|
||||
|
||||
let browser_session = repo
|
||||
.browser_session()
|
||||
.add(&mut rng, &state.clock, user)
|
||||
.add(&mut rng, &state.clock, user, None)
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user