mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix user model default email domain (#6242)
* Fix user model * Update user.model.ts
This commit is contained in:
@@ -200,7 +200,7 @@ else
|
||||
|
||||
ls dist/demo-shell/ || exit 1
|
||||
|
||||
npm run postbuild:ci
|
||||
npm run postbuild:ci || exit 1
|
||||
|
||||
npm run lite-server-e2e>/dev/null & $DEBUG_OPTION ./node_modules/protractor/bin/protractor ./e2e/protractor.conf.js || exit 1
|
||||
else
|
||||
|
Reference in New Issue
Block a user