handle password attempts error

This commit is contained in:
Max Peintner
2025-01-27 14:15:05 +01:00
parent b93035eeb1
commit 63656e16fb
4 changed files with 123 additions and 66 deletions

View File

@@ -14,7 +14,7 @@
],
"sideEffects": false,
"scripts": {
"generate": "buf generate https://github.com/zitadel/zitadel.git --path ./proto/zitadel",
"generate": "buf generate https://github.com/zitadel/zitadel.git#branch=fix/9198-user_password_lockout_error_response --path ./proto/zitadel",
"clean": "rm -rf zitadel .turbo node_modules google protoc-gen-openapiv2 validate"
},
"dependencies": {