There was an error while loading. Please reload this page.
1 parent ee0e1c8 commit f518fabCopy full SHA for f518fab
1 file changed
src/lib/helpers/authorize.js
@@ -11,7 +11,7 @@ export default function authorize({
11
redirect_uri
12
}) {
13
14
- redirect_uri = redirect_uri || window.location.toString();
+ redirect_uri = redirect_uri || window.location.toString()
15
16
const encodedVerifier = base64URLEncode(createCodeVerifier())
17
storage.setItem(
0 commit comments