change(tracker): change default input mode to obscured
This commit is contained in:
parent
1a8d5c846d
commit
edcde540a4
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ export default function (app: App, opts: Partial<Options>): void {
|
|||
{
|
||||
obscureInputNumbers: true,
|
||||
obscureInputEmails: true,
|
||||
defaultInputMode: InputMode.Plain,
|
||||
defaultInputMode: InputMode.Obscured,
|
||||
obscureInputDates: false,
|
||||
},
|
||||
opts,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue