Identity change: handle click on "learn more"

This commit is contained in:
Benoit Marty 2024-10-08 09:35:18 +02:00
parent f998d5b14c
commit 5baefd479f
4 changed files with 34 additions and 17 deletions

View file

@ -9,4 +9,5 @@ package io.element.android.appconfig
object LearnMoreConfig {
const val SECURE_BACKUP_URL: String = "https://element.io/help#encryption5"
const val IDENTITY_CHANGE_URL: String = "https://element.io/help#encryption18"
}