mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 13:17:19 +01:00
Merge branch 'dev' into analytics
This commit is contained in:
commit
0d10fd9a07
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export interface UsersRequestBody {
|
|||
username: string;
|
||||
password: string;
|
||||
id: string;
|
||||
role?: Role;
|
||||
role: Role;
|
||||
}
|
||||
|
||||
import * as yup from 'yup';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue