Skip to content

Commit

Permalink
remove hardcoded verifyFp values
Browse files Browse the repository at this point in the history
  • Loading branch information
drawrowfly committed Nov 19, 2020
1 parent 57a0ab5 commit 8e66959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constant/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export = {
* later I or someone else will implement proper way to generate valid value
*/
verifyFp: () => {
const variants = ['verify_khgp4f49_V12d4mRX_MdCO_4Wzt_Ar0k_z4RCQC9pUDpX', 'verify_khi96drf_iGrjMBcF_nfPv_4PpW_9tmA_7IUl3SLD4ziM'];
const variants = [];

return variants[Math.floor(Math.random() * variants.length)];
},
Expand Down

0 comments on commit 8e66959

Please sign in to comment.