Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Adjust imports after renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
vsund committed Sep 21, 2018
1 parent efc2665 commit de6ae1d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/auth/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { SECP256K1Client, TokenSigner } from 'jsontokens';
import { DEFAULT_SCOPE } from '../constants';
import { decryptECIES, encryptECIES, publicKeyToAddress } from '../crypto';
import { DebugType, Logger } from '../debug';
import { DecentralizedID } from '../dids';
import { DecentralizedID } from '../DecentralizedID';
import { ProfileJson } from '../profile/schema/Profile.json';
import { makeUUID4, nextHour, nextMonth } from '../utils';
import { generateAndStoreTransitKey } from './app';
Expand Down
2 changes: 1 addition & 1 deletion src/auth/verification.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { decodeToken, TokenVerifier } from 'jsontokens';

import { publicKeyToAddress } from '../crypto';
import { DecentralizedID } from '../dids';
import { DecentralizedID } from '../DecentralizedID';
import { MultiplePublicKeysNotSupportedError } from '../error';
import { isSameOriginAbsoluteUrl } from '../utils';
import { fetchAppManifest } from './provider';
Expand Down

0 comments on commit de6ae1d

Please sign in to comment.