mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-23 21:34:24 +00:00
chore: fix typo
This commit is contained in:
@@ -32,7 +32,7 @@ const UserDetail: React.FC = () => {
|
||||
onConfirm: async () => {
|
||||
await userService.patchUser({
|
||||
id: user?.id as UserId,
|
||||
resetOpenID: true,
|
||||
resetOpenId: true,
|
||||
});
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user