This commit is contained in:
Max Goedjen 2020-09-18 16:17:10 -07:00
parent a7ee32a4d4
commit 4c671472ae
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8

View File

@ -20,8 +20,7 @@ class Notifier {
func prompt() {
let notificationCenter = UNUserNotificationCenter.current()
notificationCenter.requestAuthorization(options: .alert) { _, _ in
}
notificationCenter.requestAuthorization(options: .alert) { _, _ in }
}
func notify(accessTo secret: AnySecret, by provenance: SigningRequestProvenance) {