Skip to content

Commit

Permalink
fix: unable to change password due to a typo in SQL parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Oct 31, 2024
1 parent b0a3b4d commit 39cc188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/storage/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func (s *Storage) UpdateUser(user *model.User) error {
custom_js=$14,
external_font_hosts=$15,
google_id=$16,
openid_connect_id=$167,
openid_connect_id=$17,
display_mode=$18,
entry_order=$19,
default_reading_speed=$20,
Expand Down

0 comments on commit 39cc188

Please sign in to comment.