mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-27 19:51:37 +00:00
adjusted SSOSettings model and changed all code based on the model
This commit is contained in:
parent
b12a38d12b
commit
3cd09eecba
9 changed files with 251 additions and 103 deletions
|
|
@ -111,7 +111,6 @@ export default {
|
|||
this.$axios
|
||||
.$post('/api/authorize', null, {})
|
||||
.then((res) => {
|
||||
console.log({res})
|
||||
this.setUser(res.user)
|
||||
this.processing = false
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue