Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
fix: authts#64 drop Cordova
Browse files Browse the repository at this point in the history
  • Loading branch information
pamapa committed Sep 8, 2021
1 parent 8009969 commit 14c0be8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 147 deletions.
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

import { Log } from "./utils";
import { CordovaPopupNavigator, CordovaIFrameNavigator } from "./navigators";

import { OidcClient } from "./OidcClient";
import { OidcClientSettings } from "./OidcClientSettings";
Expand Down Expand Up @@ -34,8 +33,6 @@ export {
UserManager,
AccessTokenEvents,
MetadataService,
CordovaPopupNavigator,
CordovaIFrameNavigator,
CheckSessionIFrame,
TokenRevocationClient,
SessionMonitor,
Expand Down
14 changes: 0 additions & 14 deletions src/navigators/CordovaIFrameNavigator.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/navigators/CordovaPopupNavigator.ts

This file was deleted.

114 changes: 0 additions & 114 deletions src/navigators/CordovaPopupWindow.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/navigators/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
export * from "./CordovaIFrameNavigator";
export * from "./CordovaPopupNavigator";
export * from "./CordovaPopupWindow";
export * from "./IFrameNavigator";
export * from "./IFrameWindow";
export * from "./INavigator";
Expand Down

0 comments on commit 14c0be8

Please sign in to comment.