mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Merge branch 'dev' into analytics
This commit is contained in:
commit
0d10fd9a07
@ -13,7 +13,7 @@ export interface UsersRequestBody {
|
||||
username: string;
|
||||
password: string;
|
||||
id: string;
|
||||
role?: Role;
|
||||
role: Role;
|
||||
}
|
||||
|
||||
import * as yup from 'yup';
|
||||
|
Loading…
Reference in New Issue
Block a user