When logging out from Pin code screen, logout from all the sessions.

This commit is contained in:
Benoit Marty 2025-09-18 09:44:02 +02:00
parent a2d728d29e
commit be61b89bfb
6 changed files with 146 additions and 20 deletions

View file

@ -39,4 +39,5 @@ dependencies {
testCommonDependencies(libs, true)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.libraries.featureflag.test)
testImplementation(projects.libraries.sessionStorage.test)
}