mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Removed a now unecessary workaround in the WebatuthnKey entity
This commit is contained in:
parent
91b7f2752f
commit
b886c0aeae
1 changed files with 1 additions and 7 deletions
|
@ -53,12 +53,6 @@ class WebauthnKey extends BasePublicKeyCredentialSource implements TimeStampable
|
|||
#[ORM\Column(type: Types::DATETIME_IMMUTABLE, nullable: true)]
|
||||
protected ?\DateTimeInterface $last_time_used = null;
|
||||
|
||||
//Fix compatibility with webauthn-library >= 4.8 which would fail with an "failed to access uvInitialized before initialization" error otherwise
|
||||
//TODO: Make these fields persistent, so that users can view these status infos in the UI
|
||||
public ?bool $uvInitialized = null;
|
||||
public ?bool $backupEligible = null;
|
||||
public ?bool $backupStatus = null;
|
||||
|
||||
public function getName(): string
|
||||
{
|
||||
return $this->name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue