Skip to content
Snippets Groups Projects
Commit cb4771ef authored by Taras's avatar Taras
Browse files

Deactivate account erase all data true

parent 69c4de89
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class SettingsDataSource @Inject constructor(
val startReAuthEventLiveData = authConfirmationProvider.startReAuthEventLiveData
suspend fun deactivateAccount(): Response<Unit> = createResult {
session.accountService().deactivateAccount(false, authConfirmationProvider)
session.accountService().deactivateAccount(true, authConfirmationProvider)
}
suspend fun addEmailUIA() = createResult {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment