We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a302dab commit 40f5286Copy full SHA for 40f5286
TidalSwift/Pop-Ups/LoginView.swift
@@ -42,6 +42,9 @@ struct LoginView: View {
42
Text(loginInfo.wrongLogin ? "Wrong Login Credentials" : " ")
43
.foregroundColor(.red)
44
45
+ Text("A restart of the app is required after login.")
46
+ .foregroundColor(.gray)
47
+
48
Button(action: login) {
49
Text("Login")
50
}
0 commit comments