Stop using session flash to communicate with callbacks

This commit is contained in:
Tom Hughes 2025-02-12 00:03:32 +00:00
parent b44399fb7c
commit 43f40c5d03
7 changed files with 12 additions and 30 deletions

View file

@ -4,8 +4,7 @@ module Accounts
layout "site"
before_action :disable_terms_redirect
before_action :authorize_web
before_action -> { authorize_web(:skip_terms => true) }
before_action :set_locale
before_action :check_database_readable