mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-16 22:31:47 +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) {
|
||||
console.log(this)
|
||||
this.updatingSSOSettings = true
|
||||
this.$store
|
||||
.dispatch('updateSSOSettings', payload)
|
||||
.dispatch('sso/updateSSOSettings', payload)
|
||||
.then((success) => {
|
||||
console.log('Updated SSO Settings', success)
|
||||
this.updatingSSOSettings = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue