mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-08 13:04:41 +02:00
Fix openid path that is still expecting a trailing slash
This commit is contained in:
parent
8dbffa7993
commit
ef4d7ba1bf
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ export default {
|
||||||
this.oauth.challenge = challenge
|
this.oauth.challenge = challenge
|
||||||
|
|
||||||
// set parameter isRest to true, so the backend wont attempt a redirect after we call backend:/callback in exchangeCodeForToken
|
// set parameter isRest to true, so the backend wont attempt a redirect after we call backend:/callback in exchangeCodeForToken
|
||||||
const backendEndpoint = `${url}auth/openid?code_challenge=${challenge}&code_challenge_method=S256&isRest=true`
|
const backendEndpoint = `${url}/auth/openid?code_challenge=${challenge}&code_challenge_method=S256&isRest=true`
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await CapacitorHttp.get({
|
const response = await CapacitorHttp.get({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue