mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-14 13:47:16 +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) {
|
||||
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…
Reference in New Issue
Block a user