mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-16 04:13: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 () => {
|
||||
await userService.patchUser({
|
||||
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;
|
||||
password?: string;
|
||||
resetOpenID?: boolean;
|
||||
resetOpenId?: boolean;
|
||||
}
|
||||
|
||||
interface UserDelete {
|
||||
|
Loading…
x
Reference in New Issue
Block a user