This commit is contained in:
Girish Ramakrishnan
2024-05-25 13:00:20 +02:00
parent 4ca5fcf472
commit 36887abf88
2 changed files with 2 additions and 30 deletions

View File

@@ -2,6 +2,7 @@
/* global angular */
/* global Clipboard */
/* global window */
/* global $, TASK_TYPES */
angular.module('Application').controller('UserSettingsController', ['$scope', '$location', '$translate', '$timeout', 'Client', function ($scope, $location, $translate, $timeout, Client) {