mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +00:00
If force_avatar_update is passed in sso attributes it errors on force_avatar_update.to_i. The SingleSignOn class forces avatar_force_update to a boolean, so it should be treated as such.