fix: set minimum passcode length

This commit is contained in:
Antonella Sgarlatta
2021-07-01 16:44:10 -03:00
parent 2295f5d593
commit 1d4eae5d00
2 changed files with 13 additions and 2 deletions

View File

@@ -113,6 +113,7 @@ export const Strings = {
openAccountMenu: 'Open Account Menu',
trashNotesTitle: 'Move to Trash',
trashNotesText: 'Are you sure you want to move these notes to the trash?',
enterPasscode: 'Please enter a passcode.',
};
export const StringUtils = {