Add a method to remove parameters from urls, so we can redirect without risk of infinite redirect. Fix a bunch of redirects to login afer being foced to log out. Add missing migrations
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddSkipConsentToApplications < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
add_column :applications, :skip_consent, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user