Fix code style

This commit is contained in:
Art4 2025-01-13 13:31:54 +00:00
commit 0e59dba914
102 changed files with 3038 additions and 2764 deletions

View file

@ -62,7 +62,7 @@ class Owa extends BaseModule
$this->logger->debug('OWA header', ['addr' => $contact['addr'], 'data' => $verified]);
$ret['success'] = true;
$token = Strings::getRandomHex(32);
$token = Strings::getRandomHex(32);
// Store the generated token in the database.
OpenWebAuthToken::create('owt', 0, $token, $contact['addr']);