mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-16 12:23:12 +00:00
chore: fix typo
This commit is contained in:
parent
0a5cc92a22
commit
b5dca77fbc
@ -32,7 +32,7 @@ const UserDetail: React.FC = () => {
|
|||||||
onConfirm: async () => {
|
onConfirm: async () => {
|
||||||
await userService.patchUser({
|
await userService.patchUser({
|
||||||
id: user?.id as UserId,
|
id: user?.id as UserId,
|
||||||
resetOpenID: true,
|
resetOpenId: true,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
2
web/src/types/modules/user.d.ts
vendored
2
web/src/types/modules/user.d.ts
vendored
@ -25,7 +25,7 @@ interface UserPatch {
|
|||||||
|
|
||||||
name?: string;
|
name?: string;
|
||||||
password?: string;
|
password?: string;
|
||||||
resetOpenID?: boolean;
|
resetOpenId?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface UserDelete {
|
interface UserDelete {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user