mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Feature: update user profile (#4678)
This commit is contained in:
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
|
||||
}
|
Reference in New Issue
Block a user