stable

Clone or download

Read-only

refactor: Move register script into a subscript

Part of story #31173 register a new passkey *No functional changes expected* The account application has to be a module for future use with gettext. But cypress tests don't work with a module. So to fix that, the main package.json is for cypress and account application is a subscript with its own package.json with type module Change-Id: Idd98cbfd846559315d4750896572f27d6cc20e44

Modified Files

Name
M plugins/webauthn/package.json +0 −14 Go to diff View file
M plugins/webauthn/pnpm-lock.yaml +0 −32 Go to diff View file
A plugins/webauthn/scripts/account/package.json +26 −0 Go to diff View file
A plugins/webauthn/scripts/account/pnpm-lock.yaml +41 −0 Go to diff View file
R plugins/webauthn/scripts/RegistrationFault.ts Go to diff View file
R plugins/webauthn/scripts/account.ts Go to diff View file
R plugins/webauthn/scripts/register.ts Go to diff View file
R plugins/webauthn/themes/style.scss Go to diff View file
R plugins/webauthn/tsconfig.json Go to diff View file
R plugins/webauthn/vite.config.ts Go to diff View file