mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-28 04:01:38 +00:00
Compare commits
No commits in common. "f0acbb2e8188ff980aa8af14347ba756425b1fec" and "2592467d09146aae6d664466eee461fcd62f2298" have entirely different histories.
f0acbb2e81
...
2592467d09
1 changed files with 2 additions and 2 deletions
|
|
@ -299,8 +299,8 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (authMethods.includes('openid')) {
|
if (authMethods.includes('openid')) {
|
||||||
// Auto redirect unless query string ?autoLaunch=0 OR when explicity requested through ?autoLaunch=1
|
// Auto redirect unless query string ?autoLaunch=0
|
||||||
if ((this.authFormData?.authOpenIDAutoLaunch && this.$route.query?.autoLaunch !== '0') || this.$route.query?.autoLaunch == '1') {
|
if (this.authFormData?.authOpenIDAutoLaunch && this.$route.query?.autoLaunch !== '0') {
|
||||||
window.location.href = this.openidAuthUri
|
window.location.href = this.openidAuthUri
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue