Change sign-in banner to reflect disabled or moved account status (#19773)
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
class InitialStatePresenter < ActiveModelSerializers::Model
|
||||
attributes :settings, :push_subscription, :token,
|
||||
:current_account, :admin, :owner, :text, :visibility
|
||||
:current_account, :admin, :owner, :text, :visibility,
|
||||
:disabled_account, :moved_to_account
|
||||
|
||||
def role
|
||||
current_account&.user_role
|
||||
|
Reference in New Issue
Block a user