Fix update during migration
This commit is contained in:
parent
20523ff5a3
commit
71df8f7589
1 changed files with 1 additions and 0 deletions
|
@ -861,6 +861,7 @@ class NextcloudHandler:
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
if update:
|
if update:
|
||||||
|
post_obj['id'] = self.get_password(post_obj['label'])['id']
|
||||||
return self.update_password(post_obj)
|
return self.update_password(post_obj)
|
||||||
else:
|
else:
|
||||||
self.warning(
|
self.warning(
|
||||||
|
|
Loading…
Reference in a new issue