Skip to content

Commit

Permalink
CR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shaiu committed Nov 3, 2024
1 parent 6bd01d7 commit 562804c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 58 deletions.
56 changes: 0 additions & 56 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"test:preload": "vitest run -r packages/preload --passWithNoTests",
"test:renderer": "vitest run -r packages/renderer --passWithNoTests",
"watch": "node scripts/watch.js",
"watch:debug": "node scripts/watch.js --inspect-brk",
"lint": "eslint . --ext js,mjs,cjs,ts,mts,cts,tsx",
"lint:fix": "yarn lint --fix",
"typecheck:main": "tsc --noEmit -p packages/main/tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/src/accountMetadata.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const LOGIN_FIELD_MIN_LENGTH = {
[NUM_FIELD]: 4,
[CARD_SIX_DIGITS_FIELD]: 6,
[NATIONAL_ID_FIELD]: 9,
[EMAIL_FIELD]: 3,
[EMAIL_FIELD]: 5,
[PHONE_FIELD]: 12,
};

Expand Down

0 comments on commit 562804c

Please sign in to comment.