This commit is contained in:
Finn Dittmar 2025-11-18 08:06:09 +02:00 committed by GitHub
commit d73a362e81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'