diff options
Diffstat (limited to 'client/src/app/+accounts/accounts.component.ts')
-rw-r--r-- | client/src/app/+accounts/accounts.component.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/src/app/+accounts/accounts.component.ts b/client/src/app/+accounts/accounts.component.ts index 0033fbf59..6d912e325 100644 --- a/client/src/app/+accounts/accounts.component.ts +++ b/client/src/app/+accounts/accounts.component.ts | |||
@@ -115,10 +115,6 @@ export class AccountsComponent implements OnInit, OnDestroy { | |||
115 | this.redirectService.redirectToHomepage() | 115 | this.redirectService.redirectToHomepage() |
116 | } | 116 | } |
117 | 117 | ||
118 | activateCopiedMessage () { | ||
119 | this.notifier.success($localize`Username copied`) | ||
120 | } | ||
121 | |||
122 | searchChanged (search: string) { | 118 | searchChanged (search: string) { |
123 | const queryParams = { search } | 119 | const queryParams = { search } |
124 | 120 | ||