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

@@ -464,7 +464,7 @@ mod tests {
let browser_session = repo
.browser_session()
.add(&mut state.rng(), &state.clock, &user)
.add(&mut state.rng(), &state.clock, &user, None)
.await
.unwrap();
@@ -672,7 +672,7 @@ mod tests {
let browser_session = repo
.browser_session()
.add(&mut state.rng(), &state.clock, &user)
.add(&mut state.rng(), &state.clock, &user, None)
.await
.unwrap();