tvallotton / rocket_auth

An implementation for an authentication API for Rocket applications.
https://docs.rs/rocket_auth/
Apache License 2.0
73 stars 35 forks source link

Fix sqlite query for user modification #45

Closed jaybosamiya closed 2 years ago

jaybosamiya commented 2 years ago

Minor change to fix the UPDATE_USER query to use the correct table

tvallotton commented 2 years ago

Oh thanks, I don't know how I missed this.

jaybosamiya commented 2 years ago

Oops, opened the PR just a tiny bit too early, there is an additional , in place (see https://github.com/jaybosamiya/rocket_auth/commit/5302ad95d4656327a7e450a15ebb5c27fdf5d896)