mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-11-24 20:05:41 +01:00
Merge 9c06b0f257 into f1c39e8587
This commit is contained in:
commit
d73a362e81
@ -132,7 +132,7 @@ export default {
|
|||||||
return this.$store.state.user.user
|
return this.$store.state.user.user
|
||||||
},
|
},
|
||||||
openidAuthUri() {
|
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() {
|
openIDButtonText() {
|
||||||
return this.authFormData?.authOpenIDButtonText || 'Login with OpenId'
|
return this.authFormData?.authOpenIDButtonText || 'Login with OpenId'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user