Skip to content

Commit

Permalink
Fix browser functions
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Apr 15, 2022
1 parent cfa6cd4 commit 0f7c505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oada/id-client",
"version": "2.0.3",
"version": "2.0.4",
"description": "OADA identity client library for Node.JS and Browser",
"main": "index.js",
"browser": {
Expand Down
2 changes: 1 addition & 1 deletion src/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
handleRedirect as redirect,
} from './core';

async function popUpRedirect(
function popUpRedirect(
method: typeof coreGetAccessToken | typeof coreGetIDToken
) {
return async function (domain: string, options: Options) {
Expand Down

0 comments on commit 0f7c505

Please sign in to comment.