fix missing code fixes from update after PR review.

Signed-off-by: headphonejames <generalfuzz@gmail.com>
This commit is contained in:
headphonejames
2023-02-03 12:18:50 -08:00
parent ae4d826fb2
commit 167f457803
4 changed files with 10 additions and 5 deletions
+1 -5
View File
@@ -14,10 +14,6 @@
* limitations under the License.
*/
export {
ensuresXRequestedWith,
postMessageResponse,
redirectMessageResponse,
} from './authFlowHelpers';
export { ensuresXRequestedWith, postMessageResponse } from './authFlowHelpers';
export type { WebMessageResponse } from './types';