fix(mobile): passcode timing options (#1744)
This commit is contained in:
@@ -2,3 +2,9 @@ export enum MobileUnlockTiming {
|
||||
Immediately = 'immediately',
|
||||
OnQuit = 'on-quit',
|
||||
}
|
||||
|
||||
export type TimingDisplayOption = {
|
||||
title: string
|
||||
key: MobileUnlockTiming
|
||||
selected: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user