Ensure client secret is deleted when the user signs out.

This commit is contained in:
Benoit Marty 2024-01-16 14:34:06 +01:00
parent 504ff46f1b
commit fcb84016ca
4 changed files with 24 additions and 11 deletions

View file

@ -49,6 +49,7 @@ dependencies {
testImplementation(libs.coroutines.test)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.services.appnavstate.test)
testImplementation(projects.libraries.sessionStorage.test)
androidTestImplementation(libs.coroutines.test)
androidTestImplementation(libs.test.core)