mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +00:00
fix: unable to change password due to a typo in SQL parameter
This commit is contained in:
parent
b0a3b4d5d9
commit
39cc1887ea
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ func (s *Storage) UpdateUser(user *model.User) error {
|
||||||
custom_js=$14,
|
custom_js=$14,
|
||||||
external_font_hosts=$15,
|
external_font_hosts=$15,
|
||||||
google_id=$16,
|
google_id=$16,
|
||||||
openid_connect_id=$167,
|
openid_connect_id=$17,
|
||||||
display_mode=$18,
|
display_mode=$18,
|
||||||
entry_order=$19,
|
entry_order=$19,
|
||||||
default_reading_speed=$20,
|
default_reading_speed=$20,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue