Merge branch 'main' into refactor/ui
This commit is contained in:
commit
d08f15430c
1 changed files with 2 additions and 2 deletions
|
|
@ -183,9 +183,9 @@ const tokenRequest = async ({
|
|||
scope
|
||||
)}&redirect_uri=${encodeURIComponent(
|
||||
redirectUri
|
||||
)}&codeChallenge=${encodeURIComponent(
|
||||
)}&code_challenge=${encodeURIComponent(
|
||||
codeChallenge
|
||||
)}&codeChallenge_method=S256`
|
||||
)}&code_challenge_method=S256`
|
||||
|
||||
// Redirect to the authorization server
|
||||
window.location = buildUrl()
|
||||
|
|
|
|||
Loading…
Reference in a new issue