We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d9cf7 commit 69d6682Copy full SHA for 69d6682
1 file changed
Core/Sources/HostApp/AccountSettings/CodeiumView.swift
@@ -164,13 +164,6 @@ struct CodeiumView: View {
164
}) {
165
Text("Sign Out")
166
}
167
-
168
- Text(
169
- "The key is stored in the keychain. The helper app may request permission to access the key, please click \"Always Allow\" to grant this access."
170
- )
171
- .lineLimit(5)
172
- .fixedSize(horizontal: false, vertical: true)
173
- .foregroundColor(.secondary)
174
} else {
175
Text("Status: Not Signed In")
176
0 commit comments