Skip to content

Commit

Permalink
Fix redirect confirmation for accounts (mastodon#28902)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored Jan 25, 2024
1 parent 9a8293f commit c50274a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/redirect/accounts_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

class Redirect::AccountsController < ApplicationController
class Redirect::AccountsController < Redirect::BaseController
private

def set_resource
Expand Down

0 comments on commit c50274a

Please sign in to comment.