1
0
espelhamento de https://github.com/maxgoedjen/secretive.git sincronizado 2026-09-11 10:59:04 +02:00
Esse commit está contido em:
Max Goedjen
2020-09-18 16:17:10 -07:00
commit 4c671472ae

Ver Arquivo

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