oupsi
This commit is contained in:
parent
b5362110c4
commit
cf0d880c5a
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -616,7 +616,7 @@ function checkAuthetification(content) {
|
|||
}
|
||||
|
||||
function check(content, input, data) {
|
||||
if (inputin content) {
|
||||
if (input in content) {
|
||||
if (content[input] in data) {
|
||||
return {
|
||||
success: true,
|
||||
|
|
Loading…
Reference in a new issue