mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-27 11:41:36 +00:00
Move server settings and SSO settings to settings.js module & cleanup sso.vue
This commit is contained in:
parent
5060e0b728
commit
c34a518754
21 changed files with 132 additions and 283 deletions
|
|
@ -110,10 +110,10 @@ export default {
|
|||
this.$store.commit('user/setSettings', payload.user.settings)
|
||||
}
|
||||
if (payload.serverSettings) {
|
||||
this.$store.commit('setServerSettings', payload.serverSettings)
|
||||
this.$store.commit('settings/setServerSettings', payload.serverSettings)
|
||||
}
|
||||
if (payload.SSOSettings) {
|
||||
this.$store.commit('sso/setSSOSettings', payload.SSOSettings)
|
||||
this.$store.commit('settings/setSSOSettings', payload.SSOSettings)
|
||||
}
|
||||
|
||||
// Start scans currently running
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue