We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ce58c commit 4d2e62fCopy full SHA for 4d2e62f
Coder Desktop/Coder Desktop/Views/LoginForm.swift
@@ -96,6 +96,7 @@ struct LoginForm<S: Session>: View {
96
Divider()
97
HStack {
98
Spacer()
99
+ Button("Cancel", action: { dismiss() }).keyboardShortcut(.cancelAction)
100
Button("Next", action: next)
101
.keyboardShortcut(.defaultAction)
102
}
0 commit comments