Skip to content

Commit 40f5286

Browse files
committed
Add notice about current requirement to restart app after login.
1 parent a302dab commit 40f5286

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

TidalSwift/Pop-Ups/LoginView.swift

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ struct LoginView: View {
4242
Text(loginInfo.wrongLogin ? "Wrong Login Credentials" : " ")
4343
.foregroundColor(.red)
4444

45+
Text("A restart of the app is required after login.")
46+
.foregroundColor(.gray)
47+
4548
Button(action: login) {
4649
Text("Login")
4750
}

0 commit comments

Comments
 (0)