X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=sdnr%2Fwireless-transport%2Fcode-Carbon-SR1%2Fapps%2Fdlux%2Fdlux-web%2Fsrc%2Fcommon%2Fauthentification%2Fauth.module.js;fp=sdnr%2Fwireless-transport%2Fcode-Carbon-SR1%2Fapps%2Fdlux%2Fdlux-web%2Fsrc%2Fcommon%2Fauthentification%2Fauth.module.js;h=0000000000000000000000000000000000000000;hb=1c1e7f98416875f3ee78af9103865c32f95a82a0;hp=ec953e40a9354f1e8ad58e9bbfa37b977d2bd734;hpb=6a893bb0ae984d15076394d9225d4873ad953791;p=ccsdk%2Fapps.git diff --git a/sdnr/wireless-transport/code-Carbon-SR1/apps/dlux/dlux-web/src/common/authentification/auth.module.js b/sdnr/wireless-transport/code-Carbon-SR1/apps/dlux/dlux-web/src/common/authentification/auth.module.js deleted file mode 100644 index ec953e40..00000000 --- a/sdnr/wireless-transport/code-Carbon-SR1/apps/dlux/dlux-web/src/common/authentification/auth.module.js +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Copyright (c) 2014 Inocybe Technologies, and others. All rights reserved. - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License v1.0 which accompanies this distribution, - * and is available at http://www.eclipse.org/legal/epl-v10.html - */ - -define(['angular', './auth.services', 'common/config/env.module'], function (angular, services) { - 'use strict'; - var auth = angular.module('app.common.auth', ['config']); - - // services - auth.factory('Auth', services.Auth); - auth.factory('Base64', services.Base64); - auth.factory('NbInterceptor', services.NbInterceptor); - - return auth; -});