We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb40c2f commit 3b6854cCopy full SHA for 3b6854c
1 file changed
src/utils/humanity-check.js
@@ -51,7 +51,7 @@ class HumanityCheck {
51
52
// Backward-compatible alias
53
getIsHumanFromSessionStorage() {
54
- return this.getIsHumanFromStorage();
+ return !!store.session.get(storageKey) || false;
55
}
56
57
// Return boolean indicating if user is a bot
0 commit comments