Skip to content

Commit

Permalink
Encapsulate "oauth-facade" in its own module
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhelba committed Aug 13, 2024
1 parent 9aa9287 commit df85a4c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oauth-facade.ts → src/oauth-facade/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
} from '@openid/appauth';

import type { TokenRequestHandler } from '@openid/appauth/src/token_request_handler';
import NoHashQueryStringUtils from './query-string-utils';
import NoHashQueryStringUtils from './no-hash-query-string-utils';
import ResolvingRedirectRequestHandler from './resolving-redirect-request-handler';

export { TokenResponse, type TokenResponseJson } from '@openid/appauth';
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit df85a4c

Please sign in to comment.