mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Fix update user.
This commit is contained in:
parent
5fc96cf5e1
commit
ef324fdf73
5 changed files with 17 additions and 6 deletions
|
|
@ -43,6 +43,7 @@ export interface User {
|
|||
id: string;
|
||||
username: string;
|
||||
password?: string;
|
||||
role: string;
|
||||
createdAt?: Date;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue