diff --git a/services/web/frontend/js/main/clear-sessions.js b/services/web/frontend/js/main/clear-sessions.js index 94ba8ca2dd..676141ebe9 100644 --- a/services/web/frontend/js/main/clear-sessions.js +++ b/services/web/frontend/js/main/clear-sessions.js @@ -10,13 +10,14 @@ * Full docs: https://github.com/decaffeinate/decaffeinate/blob/master/docs/suggestions.md */ import App from '../base' +import getMeta from '../utils/meta' export default App.controller('ClearSessionsController', function( $scope, $http ) { $scope.state = { - otherSessions: window.otherSessions, + otherSessions: getMeta('ol-otherSessions'), error: false, success: false }