Merge branch 'main' into refactor/ui
This commit is contained in:
@@ -183,9 +183,9 @@ const tokenRequest = async ({
|
|||||||
scope
|
scope
|
||||||
)}&redirect_uri=${encodeURIComponent(
|
)}&redirect_uri=${encodeURIComponent(
|
||||||
redirectUri
|
redirectUri
|
||||||
)}&codeChallenge=${encodeURIComponent(
|
)}&code_challenge=${encodeURIComponent(
|
||||||
codeChallenge
|
codeChallenge
|
||||||
)}&codeChallenge_method=S256`
|
)}&code_challenge_method=S256`
|
||||||
|
|
||||||
// Redirect to the authorization server
|
// Redirect to the authorization server
|
||||||
window.location = buildUrl()
|
window.location = buildUrl()
|
||||||
|
|||||||
Reference in New Issue
Block a user