Skip to content

Commit 69d6682

Browse files
committed
Remove keychain instruction
1 parent 16d9cf7 commit 69d6682

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Core/Sources/HostApp/AccountSettings/CodeiumView.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,6 @@ struct CodeiumView: View {
164164
}) {
165165
Text("Sign Out")
166166
}
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)
174167
} else {
175168
Text("Status: Not Signed In")
176169

0 commit comments

Comments
 (0)