mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-09-10 17:58:02 +02:00
Merge 9c06b0f257
into 6ea70608a1
This commit is contained in:
commit
1f9f2a4526
@ -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…
Reference in New Issue
Block a user