mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-23 13:49:57 +02:00
fixed updateSSOSettings actions not being called because of missing sso/ prefix
This commit is contained in:
parent
e61d7f1ee8
commit
1948e2a476
@ -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…
Reference in New Issue
Block a user