From: Milan Cvetkovic Date: Mon, 27 May 2024 12:38:06 +0000 (+0000) Subject: Add proper referrer for authorization scenario X-Git-Tag: live~991^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/22bceff40bd821486f5066403d48c8f47b61ea8f?hp=22bceff40bd821486f5066403d48c8f47b61ea8f Add proper referrer for authorization scenario Fixes the following: - `users_controller#new` loses referer in authorization scenario, when it was invoked after social signup succeded - the second invocation of `auth_success`, triggered by re-authorization initiated from `users_controller#create` does not have referrer field set - as a result, the final welcome screen does not offer final authorization, and drops into ID instead Introduced by #4758. ---