From 5f055efa183e49663000c9a1049b9fa740ace0e3 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sat, 4 Jun 2022 15:25:13 -0700 Subject: [PATCH] Ignore unhandled (#385) --- Sources/SecretAgent/Notifier.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SecretAgent/Notifier.swift b/Sources/SecretAgent/Notifier.swift index b93e3aa..8320784 100644 --- a/Sources/SecretAgent/Notifier.swift +++ b/Sources/SecretAgent/Notifier.swift @@ -154,7 +154,7 @@ class NotificationDelegate: NSObject, UNUserNotificationCenterDelegate { case Notifier.Constants.persistAuthenticationCategoryIdentitifier: handlePersistAuthenticationResponse(response: response) default: - fatalError() + break } completionHandler()