mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
Make mail optional for user
This commit is contained in:
@@ -27,13 +27,13 @@ import { Links } from "./hal";
|
||||
export type DisplayedUser = {
|
||||
id: string;
|
||||
displayName: string;
|
||||
mail: string;
|
||||
mail?: string;
|
||||
};
|
||||
|
||||
export type User = {
|
||||
displayName: string;
|
||||
name: string;
|
||||
mail: string;
|
||||
mail?: string;
|
||||
password: string;
|
||||
active: boolean;
|
||||
type?: string;
|
||||
|
||||
Reference in New Issue
Block a user