mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
feat(#162): [Tilak|Pooja] remove unused parameters in settings.ts
This commit is contained in:
@@ -41,35 +41,9 @@ export const GNM_MESSAGE_LIMIT = 102400 - 6400; // allowance for metadata
|
||||
export const APP_ID_LENGTH = 12;
|
||||
|
||||
// Numbers and Upper case Alphabets without confusing characters like 0, 1, 2, I, O, Z
|
||||
// prettier-ignore
|
||||
export const APP_ID_DICTIONARY = [
|
||||
'3',
|
||||
'4',
|
||||
'5',
|
||||
'6',
|
||||
'7',
|
||||
'8',
|
||||
'9',
|
||||
'A',
|
||||
'B',
|
||||
'C',
|
||||
'D',
|
||||
'E',
|
||||
'F',
|
||||
'G',
|
||||
'H',
|
||||
'J',
|
||||
'K',
|
||||
'L',
|
||||
'M',
|
||||
'N',
|
||||
'P',
|
||||
'Q',
|
||||
'R',
|
||||
'S',
|
||||
'T',
|
||||
'U',
|
||||
'V',
|
||||
'W',
|
||||
'X',
|
||||
'Y',
|
||||
'3', '4', '5', '6', '7', '8', '9',
|
||||
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'J', 'K', 'L',
|
||||
'M', 'N', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user