Skip to content

Commit

Permalink
Merge branch 'main' into frederikprijck-patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Sep 19, 2023
2 parents eaec485 + d6f795d commit 7df75fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ describe('utils', () => {
(<any>global).crypto = {};

expect(validateCrypto).toThrowError(`
auth0-spa-js must run on a secure origin. See https://github.com/auth0/auth0-spa-js/blob/master/FAQ.md#why-do-i-get-auth0-spa-js-must-run-on-a-secure-origin for more information.
auth0-spa-js must run on a secure origin. See https://github.com/auth0/auth0-spa-js/blob/main/FAQ.md#why-do-i-get-auth0-spa-js-must-run-on-a-secure-origin for more information.
`);
});
});
Expand Down

0 comments on commit 7df75fa

Please sign in to comment.