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