mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 10:36:58 +01:00
Feature: update user profile (#4678)
This commit is contained in:
parent
6e371ac5ac
commit
aff56077a8
23 changed files with 1048 additions and 75 deletions
7
src-ui/src/app/data/user-profile.ts
Normal file
7
src-ui/src/app/data/user-profile.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export interface PaperlessUserProfile {
|
||||
email?: string
|
||||
password?: string
|
||||
first_name?: string
|
||||
last_name?: string
|
||||
auth_token?: string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue