mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-18 05:22:11 +00:00
Cleanup
This commit is contained in:
parent
a7ee32a4d4
commit
4c671472ae
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user