Testing tests
This commit is contained in:
parent
c412a1dfc5
commit
2c7c63a493
1 changed files with 3 additions and 3 deletions
|
@ -78,9 +78,9 @@ class BasicAuth
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty(self::$current_token)) {
|
//if (!empty(self::$current_token)) {
|
||||||
return self::$current_token;
|
// return self::$current_token;
|
||||||
}
|
//}
|
||||||
|
|
||||||
$source = $_REQUEST['source'] ?? '';
|
$source = $_REQUEST['source'] ?? '';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue