mirror of
https://github.com/mastodon/mastodon.git
synced 2025-03-22 12:45:45 +01:00
Fix redirect confirmation for accounts (#28902)
This commit is contained in:
parent
9a8293f58d
commit
c50274a0ac
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class Redirect::AccountsController < ApplicationController
|
class Redirect::AccountsController < Redirect::BaseController
|
||||||
private
|
private
|
||||||
|
|
||||||
def set_resource
|
def set_resource
|
||||||
|
|
Loading…
Add table
Reference in a new issue