mirror of https://github.com/tootsuite/mastodon
Fix redirect confirmation for accounts (#28902)
parent
9a8293f58d
commit
c50274a0ac
|
@ -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…
Reference in New Issue