Skip to content

Commit

Permalink
Fixes broken Donation button redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
matyikriszta committed Sep 29, 2023
1 parent 7937df0 commit a847271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/donations_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class DonationsController < ApplicationController
def new
redirect_to I18n.t('services.donations')
redirect_to I18n.t('services.donations'), allow_other_host: true
end
end

0 comments on commit a847271

Please sign in to comment.