Skip to content

Commit

Permalink
🎨 feat: adjust kazakhstan number detection
Browse files Browse the repository at this point in the history
  • Loading branch information
rezk2ll committed May 28, 2024
1 parent 1ea083c commit 421069e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions registration/src/lib/utils/country.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,7 @@ export const defaultCountries: CountryData[] = [
['Jamaica', 'jm', '1876'],
['Japan', 'jp', '81', '.. .... ....'],
['Jordan', 'jo', '962'],
[
'Kazakhstan',
'kz',
'7',
'... ...-..-..',
1,
Array.from({ length: 200 }, (_, i) => (600 + i).toString())
],
['Kazakhstan', 'kz', '7', '... ...-..-..', 1, ['6', '7']],
['Kenya', 'ke', '254'],
['Kiribati', 'ki', '686'],
['Kosovo', 'xk', '383'],
Expand Down

0 comments on commit 421069e

Please sign in to comment.