mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-16 14:21:41 +00:00
fixed updateSSOSettings actions not being called because of missing sso/ prefix
This commit is contained in:
parent
e61d7f1ee8
commit
1948e2a476
1 changed files with 1 additions and 2 deletions
|
|
@ -107,10 +107,9 @@ export default {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
saveSSOSettings(payload) {
|
saveSSOSettings(payload) {
|
||||||
console.log(this)
|
|
||||||
this.updatingSSOSettings = true
|
this.updatingSSOSettings = true
|
||||||
this.$store
|
this.$store
|
||||||
.dispatch('updateSSOSettings', payload)
|
.dispatch('sso/updateSSOSettings', payload)
|
||||||
.then((success) => {
|
.then((success) => {
|
||||||
console.log('Updated SSO Settings', success)
|
console.log('Updated SSO Settings', success)
|
||||||
this.updatingSSOSettings = false
|
this.updatingSSOSettings = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue