stable
Clone or download
Read-only
Part of story #31175 delete a registered passkey Add a button for each registered passkeys to remove it. *Testing:* If you click on button, then confirm deletion, key id is logged in console and must be the same as in db Change-Id: Ie54bb17a7f1bc6b8c9307d85f397c463eb6d93a3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/webauthn/include/WebAuthn/Controllers/AuthenticatorPresenter.php | +3 | −0 | Go to diff View file |
M | plugins/webauthn/scripts/account/src/account.ts | +28 | −0 | Go to diff View file |
M | plugins/webauthn/site-content/fr_FR/LC_MESSAGES/tuleap-webauthn.po | +12 | −0 | Go to diff View file |
M | plugins/webauthn/site-content/pt_BR/LC_MESSAGES/tuleap-webauthn.po | +12 | −0 | Go to diff View file |
M | plugins/webauthn/templates/account.mustache | +13 | −1 | Go to diff View file |
A | plugins/webauthn/templates/remove-modal.mustache | +24 | −0 | Go to diff View file |
M | plugins/webauthn/tests/e2e/cypress/cypress/e2e/user-preferences.cy.ts | +5 | −0 | Go to diff View file |