Skip to content

Commit

Permalink
UserId - Moved back ID5 in ./modules
Browse files Browse the repository at this point in the history
  • Loading branch information
padurgeat committed Aug 25, 2019
1 parent 28dcbc4 commit eb0bc81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/.submodules.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"userId": [
"digiTrustIdSystem",
"userId/id5IdSystem",
"id5IdSystem",
"criteortusIdSystem"
],
"adpod": [
Expand Down
6 changes: 3 additions & 3 deletions modules/userId/id5IdSystem.js → modules/id5IdSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* @requires module:modules/userId
*/

import * as utils from '../../src/utils'
import {ajax} from '../../src/ajax';
import {submodule} from '../../src/hook';
import * as utils from '../src/utils'
import {ajax} from '../src/ajax';
import {submodule} from '../src/hook';

/** @type {Submodule} */
export const id5IdSubmodule = {
Expand Down

0 comments on commit eb0bc81

Please sign in to comment.