Преглед изворни кода

fix: unable to change password due to a typo in SQL parameter

Frédéric Guillot пре 1 година
родитељ
комит
39cc1887ea
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      internal/storage/user.go

+ 1 - 1
internal/storage/user.go

@@ -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,