mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4637] logout cross tabs event (#4823)
* logout cross tabs event * fix remove listner * fix remove listner * Update auth-guard.service.ts
This commit is contained in:
@@ -25,11 +25,11 @@ while [[ $1 == -* ]]; do
|
||||
esac
|
||||
done
|
||||
|
||||
COMPONENTS_ROOT="$DIR/../lib"
|
||||
COMPONENTS_ROOT="$DIR/../../lib"
|
||||
|
||||
# Find all directories in $COMPONENTS_ROOT called i18n and add the demo-shell manually
|
||||
COMPONENTS=(`find $COMPONENTS_ROOT -type d -name i18n -not \( -name '*.*' -o -path '**/node_modules*' -o -path '**/bundles*' \)`)
|
||||
COMPONENTS+=("$DIR/../demo-shell/resources/i18n")
|
||||
COMPONENTS+=("$DIR/../../demo-shell/resources/i18n")
|
||||
|
||||
# Loop the individual components
|
||||
for COMPONENT_DIR in "${COMPONENTS[@]}"
|
||||
|
Reference in New Issue
Block a user