Get user id by email; Revert changes of API delete user
This commit is contained in:
committed by
Anton Shepilov
parent
5e60517c16
commit
eb46da342c
@@ -151,7 +151,7 @@ export type UserNotificationPreferences = {
|
||||
|
||||
export type UserPrimaryKey = {
|
||||
id?: uuid;
|
||||
username_canonical?: string;
|
||||
email_canonical?: string;
|
||||
};
|
||||
|
||||
export function getInstance(user: Partial<User>): User {
|
||||
|
||||
Reference in New Issue
Block a user