mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-23 04:09:38 +00:00
Merge 9c06b0f257 into 626596b192
This commit is contained in:
commit
5b557e3951
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ export default {
|
|||
return this.$store.state.user.user
|
||||
},
|
||||
openidAuthUri() {
|
||||
return `${process.env.serverUrl}/auth/openid?callback=${location.href.split('?').shift()}`
|
||||
return `${this.$config.routerBasePath}/auth/openid?callback=${window.location.href.split('?').shift()}`
|
||||
},
|
||||
openIDButtonText() {
|
||||
return this.authFormData?.authOpenIDButtonText || 'Login with OpenId'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue