mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:33:28 +00:00
feat(actions): local users (#5089)
Actions are extended to to local users. It's possible to run custom code during registration and authentication of local users.
This commit is contained in:
1
e2e/.gitignore
vendored
1
e2e/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
node_modules
|
||||
.cypress-cache
|
||||
|
@@ -7,3 +7,6 @@ node_modules
|
||||
cypress/screenshots/
|
||||
cypress/videos/
|
||||
cypress/results/
|
||||
|
||||
# not compiling code
|
||||
cypress/e2e/actions/e2eSetMetadata.js
|
@@ -2,4 +2,4 @@
|
||||
"printWidth": 125,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all"
|
||||
}
|
||||
}
|
@@ -12,7 +12,6 @@ export default defineConfig({
|
||||
json: true,
|
||||
},
|
||||
|
||||
chromeWebSecurity: false,
|
||||
trashAssetsBeforeRuns: false,
|
||||
defaultCommandTimeout: 10000,
|
||||
|
||||
|
Reference in New Issue
Block a user