X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ddd12b03e1e7e1a674350a1eb98d90a2155df26d..83821816359187fa2b877a29b7ab7d9f974c17b5:/app/controllers/user_controller.rb diff --git a/app/controllers/user_controller.rb b/app/controllers/user_controller.rb index fcf6526eb..97b0de73c 100644 --- a/app/controllers/user_controller.rb +++ b/app/controllers/user_controller.rb @@ -522,6 +522,6 @@ private # this is necessary otherwise going to the user terms page, when # having not agreed already would cause an infinite redirect loop. # it's .now so that this doesn't propagate to other pages. - flash.now[:showing_terms] = true + flash.now[:skip_terms] = true end end