Skip to content

Commit

Permalink
Merge pull request #5 from polarityio/develop
Browse files Browse the repository at this point in the history
Updated moment-formatter timezone
  • Loading branch information
penwoodjon committed Sep 14, 2021
2 parents 4adaebf + c4784db commit 3c7e9dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions components/ldap-summary.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
polarity.export = PolarityComponent.extend({
details: Ember.computed.alias('block.data.details'),
timezone: Ember.computed("Intl", function () {
return Intl.DateTimeFormat().resolvedOptions().timeZone;
}),
summaryAttributes: Ember.computed('block.data.details.userOptions',
function() {
const summaryUserAttributes = this.get(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"main": "./integration.js",
"name": "LDAP",
"description": "Polarity LDAP Integration",
"version": "3.5.0-beta",
"version": "3.5.1-beta",
"license": "MIT",
"author": "Polarity",
"private": true,
Expand Down

0 comments on commit 3c7e9dd

Please sign in to comment.