diff --git a/Nio/Authentication/LoginView.swift b/Nio/Authentication/LoginView.swift index 4a6f89e4..2063a9e6 100644 --- a/Nio/Authentication/LoginView.swift +++ b/Nio/Authentication/LoginView.swift @@ -88,7 +88,7 @@ struct LoginView: View { Spacer() } .sheet(isPresented: $showingRegisterView) { - Text(L10n.Login.registerNotYetImplemented) + Link(L10n.Login.registerNotYetImplemented, destination: URL(string: "https://app.element.io/#/register")!) } }