mirror of
https://github.com/madari-media/madari-oss.git
synced 2026-04-18 20:32:03 +00:00
fix: change password was not working
Some checks failed
Build and Deploy / build_windows (push) Has been cancelled
Build and Deploy / build_android (push) Has been cancelled
Build and Deploy / build_android_tv (push) Has been cancelled
Build and Deploy / build_ipa (push) Has been cancelled
Build and Deploy / build_linux (push) Has been cancelled
Build and Deploy / build_macos (push) Has been cancelled
Some checks failed
Build and Deploy / build_windows (push) Has been cancelled
Build and Deploy / build_android (push) Has been cancelled
Build and Deploy / build_android_tv (push) Has been cancelled
Build and Deploy / build_ipa (push) Has been cancelled
Build and Deploy / build_linux (push) Has been cancelled
Build and Deploy / build_macos (push) Has been cancelled
This commit is contained in:
parent
e2f56aac64
commit
00d643a9fd
2 changed files with 2 additions and 1 deletions
|
|
@ -97,6 +97,7 @@ class _ChangeDialogState extends State<ChangeDialog> {
|
|||
await pocketBase.collection('users').update(
|
||||
userId,
|
||||
body: {
|
||||
'oldPassword': _currentPasswordController.text,
|
||||
'password': _newPasswordController.text,
|
||||
'passwordConfirm': _confirmPasswordController.text,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
name: madari_client
|
||||
description: "Madari Media Manager"
|
||||
publish_to: 'none'
|
||||
version: 1.0.3+5
|
||||
version: 1.0.4+6
|
||||
environment:
|
||||
sdk: ^3.5.3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue