mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-04-02 07:17:25 +02:00
Cleanup
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user