mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-06 22:07:58 +00:00
Camelize property AIO_TOKEN => aioToken
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
parent
a16b02293a
commit
f0b1d91558
3 changed files with 4 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ readonly class AuthManager {
|
|||
}
|
||||
|
||||
public function CheckToken(string $token) : bool {
|
||||
return hash_equals($this->configurationManager->AIO_TOKEN, $token);
|
||||
return hash_equals($this->configurationManager->aioToken, $token);
|
||||
}
|
||||
|
||||
public function SetAuthState(bool $isLoggedIn) : void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue