Skip to content

Commit

Permalink
.remove hardcode for verifyFp
Browse files Browse the repository at this point in the history
  • Loading branch information
shunranjia committed Dec 3, 2020
1 parent 5feab32 commit 56d28be
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_khpndkhf_ERut2lgl_kAb1_4TM1_9Zp3_4bG4cYoT86xY'];
const variants = [];

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

0 comments on commit 56d28be

Please sign in to comment.