stable

Clone or download

Read-only

feat: Add feedback when add or delete passkey

Part of story #31175 delete a registered passkey Apply UX recommendation -> add feedback when user add of delete a passkey to tell if operation succeed or not *Testing:* When you add or delete a passkey, if operation succeed, page is refreshed and a feedback is displayed Change-Id: I4e8c94d1ec4d3f908db48fda3c5fc313be8c58b0

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +8 −0 Go to diff View file
M site-content/pt_BR/LC_MESSAGES/tuleap-core.po +8 −0 Go to diff View file
M src/common/Request/RouteCollector.php +2 −0 Go to diff View file
M src/common/WebAuthn/Controllers/DeleteSourceController.php +22 −11 Go to diff View file
M src/common/WebAuthn/Controllers/PostRegistrationController.php +8 −0 Go to diff View file
A src/common/WebAuthn/Source/GetCredentialSourceById.php +33 −0 Go to diff View file
M src/common/WebAuthn/Source/WebAuthnCredentialSourceDao.php +22 −12 Go to diff View file
M tests/integration/tests/WebAuthn/Source/WebAuthnCredentialSourceDaoTest.php +8 −0 Go to diff View file
M tests/lib/Stubs/WebAuthn/WebAuthnCredentialSourceDaoStub.php +20 −1 Go to diff View file
M tests/unit/common/WebAuthn/Controllers/DeleteSourceControllerTest.php +12 −2 Go to diff View file
M tests/unit/common/WebAuthn/Controllers/PostRegistrationControllerTest.php +5 −0 Go to diff View file