Terms: Display the URL of the service

This commit is contained in:
manuroe
2019-10-04 16:16:56 +02:00
parent d3167a86c6
commit bb970619e0
5 changed files with 9 additions and 5 deletions
@@ -28,6 +28,9 @@ final class ServiceTermsModalScreenViewModel: ServiceTermsModalScreenViewModelTy
// MARK: Public
var serviceUrl: String {
return serviceTerms.baseUrl
}
var serviceType: MXServiceType {
return serviceTerms.serviceType
}