docbrown/app/services/authentication
Daniel Uber 2b3190c8b5
cleanup: replace outer scope "user" with block scoped "model" (#15065)
It's confusing why we set model as the block binding, but still access
user from the method argument (reaching outside the `tap` block).

Within this block, use model consistently to name the user.

Only change the user variable, not _user_ within methods
2021-10-13 10:44:50 -05:00
..
providers Forem passport (cont) (#14759) 2021-09-30 06:47:45 -06:00
authenticator.rb cleanup: replace outer scope "user" with block scoped "model" (#15065) 2021-10-13 10:44:50 -05:00
paths.rb Rubocop: address feedback of #9430 and use kwargs (#9538) 2020-07-29 11:13:36 +02:00
providers.rb [15-Minute Fix] Ensure "Locked Screen" Checkbox Conditionally Renders (#14161) 2021-07-12 14:14:43 -06:00