Skip to content

Commit

Permalink
Merge branch '2024.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlabci committed Jan 23, 2025
2 parents dc8b310 + ebfbc41 commit 8e1c467
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tine20/Tinebase/Frontend/Json.php
Original file line number Diff line number Diff line change
Expand Up @@ -1552,6 +1552,9 @@ public function getWebAuthnAuthenticateOptionsForLogin(?string $mfaId = null): a
}
}

if (!Tinebase_Session::isStarted()) {
Tinebase_Core::startCoreSession();
}
return Tinebase_Auth_Webauthn::getWebAuthnRequestOptions(
Tinebase_Auth_MFA::getInstance($mfaId)->getAdapter()->getConfig(),
true
Expand Down

0 comments on commit 8e1c467

Please sign in to comment.