Skip to content

Commit f77daac

Browse files
committed
cancel button
1 parent 0e48301 commit f77daac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Coder Desktop/Coder Desktop/Views/LoginForm.swift

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ struct LoginForm<S: Session>: View {
9696
Divider()
9797
HStack {
9898
Spacer()
99+
Button("Cancel", action: { dismiss() }).keyboardShortcut(.cancelAction)
99100
Button("Next", action: next)
100101
.keyboardShortcut(.defaultAction)
101102
}

0 commit comments

Comments
 (0)