mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
e04d9523a6
* test(core): add integration tests add integration tests for interaction hooks * chore(test): remove legacy test remove legacy test * feat(console, phrases): update the supported webhook events update the supported webhook events * refactor(console): rename webhook and webhook log keys rename webhook and webhook log keys * fix(test): fix integration test fix integration test * feat(console): add devFeature guard add devFeature guard * chore: add changeset add changeset * chore(console): remove the lint rule disable comment remove the lint rule disable comment * fix(test): fix the integartion tests fix the integration tests * fix(console): refine the code refine the code * chore(console): refine comments refine comments
12 lines
412 B
Markdown
12 lines
412 B
Markdown
---
|
|
"@logto/console": patch
|
|
"@logto/phrases": patch
|
|
---
|
|
|
|
replace the i18n translated hook event label with the hook event value directly in the console
|
|
|
|
- remove all the legacy interaction hook events i18n phrases
|
|
- replace the translated label with the hook event value directly in the console
|
|
- `Create new account` -> `PostRegister`
|
|
- `Sign in` -> `PostSignIn`
|
|
- `Reset password` -> `PostResetPassword`
|