mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-24 09:59:43 +00:00
Removed custom OTP entry category since KeePassKit now has all we need
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
|
||||
#import "MPTOTPViewController.h"
|
||||
|
||||
#import "KPKEntry+OTP.h"
|
||||
|
||||
#import <KeePassKit/KeePassKit.h>
|
||||
|
||||
@interface MPTOTPViewController ()
|
||||
@@ -45,7 +43,7 @@
|
||||
|
||||
- (void)_updateDisplay {
|
||||
KPKEntry *entry = (KPKEntry *)self.representedObject;
|
||||
BOOL showTOTP = entry.hasTOTP;
|
||||
BOOL showTOTP = entry.hasTimeOTP;
|
||||
self.view.hidden = !showTOTP;
|
||||
if(showTOTP) {
|
||||
self.remainingTimeProgressIndicator.indeterminate = YES;
|
||||
|
||||
Reference in New Issue
Block a user