mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-08 08:24:59 +02:00
Update:Added button to user edit modal for unlinking user from openid #2587
This commit is contained in:
parent
a43b93d796
commit
973a18d346
4 changed files with 53 additions and 5 deletions
|
@ -117,7 +117,8 @@ class User {
|
|||
createdAt: this.createdAt,
|
||||
permissions: this.permissions,
|
||||
librariesAccessible: [...this.librariesAccessible],
|
||||
itemTagsSelected: [...this.itemTagsSelected]
|
||||
itemTagsSelected: [...this.itemTagsSelected],
|
||||
hasOpenIDLink: !!this.authOpenIDSub
|
||||
}
|
||||
if (minimal) {
|
||||
delete json.mediaProgress
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue