Skip to content

Commit

Permalink
Remove unused injected appAuthtktCookieName variable
Browse files Browse the repository at this point in the history
  • Loading branch information
llienher committed May 5, 2021
1 parent b5a30e5 commit fea8cb0
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,10 @@ import ngeoOfflineServiceManager from 'ngeo/offline/ServiceManager.js';
* @param {string} getuserinfoUrl The url to get information about the user.
* @param {app.Notify} appNotify Notify service.
* @param {angularGettext.Catalog} gettextCatalog Gettext service.
* @param {string} appAuthtktCookieName The authentication cookie name.
* @ngInject
*/
const exports = function($http, $rootScope, loginUrl, logoutUrl,
getuserinfoUrl, appNotify, gettextCatalog, appAuthtktCookieName) {
/**
* @type {string}
* @private
*/
this.appAuthtktCookieName_ = appAuthtktCookieName;
getuserinfoUrl, appNotify, gettextCatalog) {

/**
* @type {ngeo.offline.Mode}
Expand Down

0 comments on commit fea8cb0

Please sign in to comment.