From e2dc3f1fbc00169c4ec951540f5ec50367be0e12 Mon Sep 17 00:00:00 2001 From: Philipp Zagar Date: Fri, 2 Sep 2022 10:19:34 +0200 Subject: [PATCH] . --- Campus-iOS/LoginComponent/Views/TokenConfirmationView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Campus-iOS/LoginComponent/Views/TokenConfirmationView.swift b/Campus-iOS/LoginComponent/Views/TokenConfirmationView.swift index 23c325bb..c6b62735 100644 --- a/Campus-iOS/LoginComponent/Views/TokenConfirmationView.swift +++ b/Campus-iOS/LoginComponent/Views/TokenConfirmationView.swift @@ -110,7 +110,7 @@ struct TokenConfirmationView: View { Spacer() - let mailToString = "mailto:app@tum.de?subject=[IOS - Token]&body=Hello, I have an issue activating the token pf Campus Online in the TCA version \(Bundle.main.appVersionShort) on \(ProcessInfo().operatingSystemVersion.fullVersion). Please describe the problem in more detail.".addingPercentEncoding(withAllowedCharacters: .urlQueryAllowed) + let mailToString = "mailto:app@tum.de?subject=[IOS - Token]&body=Hello, I have an issue activating the token of Campus Online in the TCA version \(Bundle.main.appVersionShort) on \(ProcessInfo().operatingSystemVersion.fullVersion). Please describe the problem in more detail.".addingPercentEncoding(withAllowedCharacters: .urlQueryAllowed) let mailToUrl = URL(string: mailToString!)! Link(destination: mailToUrl) { Text("Contact Support").foregroundColor(Color(.tumBlue))