1
0
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:
Quentin Gliech
2023-08-29 16:45:42 +02:00
parent 1849b86a7d
commit 5d3b8cd92f
16 changed files with 87 additions and 26 deletions

View File

@@ -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();