mirror of
https://github.com/immich-app/immich.git
synced 2025-11-18 19:42:34 +09:00
chore(web): generate API functions with a single argument (#2568)
This commit is contained in:
@@ -17,8 +17,10 @@
|
||||
const handleChangePassword = async () => {
|
||||
try {
|
||||
await api.authenticationApi.changePassword({
|
||||
password,
|
||||
newPassword
|
||||
changePasswordDto: {
|
||||
password,
|
||||
newPassword
|
||||
}
|
||||
});
|
||||
|
||||
notificationController.show({
|
||||
|
||||
Reference in New Issue
Block a user