stable

Clone or download

Read-only

feat: Add template with just a button

Part of story #31173 register a new passkey The template only contains a disabled button. The js script for this button will come in next commit. Change-Id: Ieb8cc4cb52af7ad4d553bb4f7f6079bf03a1afaa

Modified Files

Name
M plugins/webauthn/include/WebAuthn/Controllers/AccountController.php +15 −1 Go to diff View file
A plugins/webauthn/include/WebAuthn/Controllers/AccountPresenter.php +33 −0 Go to diff View file
M plugins/webauthn/include/webauthnPlugin.php +10 −2 Go to diff View file
M plugins/webauthn/site-content/fr_FR/LC_MESSAGES/tuleap-webauthn.po +7 −1 Go to diff View file
M plugins/webauthn/site-content/pt_BR/LC_MESSAGES/tuleap-webauthn.po +6 −0 Go to diff View file
A plugins/webauthn/templates/account.mustache +27 −0 Go to diff View file