We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e48301 commit f77daacCopy full SHA for f77daac
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