diff --git a/SnapSafe/Screens/PinVerification/PINVerificationView.swift b/SnapSafe/Screens/PinVerification/PINVerificationView.swift index 941abbb..d138bd8 100644 --- a/SnapSafe/Screens/PinVerification/PINVerificationView.swift +++ b/SnapSafe/Screens/PinVerification/PINVerificationView.swift @@ -113,14 +113,6 @@ struct PINVerificationView: View { } .obscuredWhenInactive() .screenCaptureProtected() - .toolbar { - ToolbarItemGroup(placement: .keyboard) { - Spacer() - Button("Done") { - isPINFieldFocused = false - } - } - } } }