You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-06-21 04:19:36 +02: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