mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-21 22:06:26 +01:00
Fix typo on auth
This commit is contained in:
parent
68f3a8dc95
commit
267f1d051a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ function auth_checker(key) {
|
|||
if (error) {
|
||||
rej(error);
|
||||
} else {
|
||||
if (!response[0]) {
|
||||
if (response[0]) {
|
||||
res(true);
|
||||
} else {
|
||||
res(false);
|
||||
|
|
Loading…
Reference in a new issue