mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-23 12:25:04 +02:00
Add:Email inputs for users
This commit is contained in:
parent
565ff36d4e
commit
bfe514b7d4
5 changed files with 24 additions and 7 deletions
|
@ -129,7 +129,6 @@ export default {
|
|||
this.users = res.users.sort((a, b) => {
|
||||
return a.createdAt - b.createdAt
|
||||
})
|
||||
console.log('Loaded users', this.users)
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error('Failed', error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue