Show notification with OTP after providing password through extension (#509)
* Allow to do something with a password after providing it in the extension * Make fields non-nil * Show OTP in notification after providing a password through extension
This commit is contained in:
parent
5057528ad9
commit
763cddf540
9 changed files with 67 additions and 69 deletions
|
|
@ -20,7 +20,7 @@ class ExtensionViewController: UIViewController {
|
|||
}()
|
||||
|
||||
private lazy var credentialProvider: CredentialProvider = { [unowned self] in
|
||||
CredentialProvider(viewController: self, extensionContext: extensionContext!)
|
||||
CredentialProvider(viewController: self, extensionContext: extensionContext!, afterDecryption: Utils.showNotificationWithOTP)
|
||||
}()
|
||||
|
||||
private lazy var passwordsTableEntries = PasswordStore.shared.fetchPasswordEntityCoreData(withDir: false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue