]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+accounts/accounts.component.ts
Better placement for help tooltip
[github/Chocobozzz/PeerTube.git] / client / src / app / +accounts / accounts.component.ts
index 036264602166486a4c220205a65e9a9177616a27..3118d7562d657b8804a121daf780661314dbc653 100644 (file)
@@ -58,6 +58,10 @@ export class AccountsComponent implements OnInit, OnDestroy {
     this.redirectService.redirectToHomepage()
   }
 
+  activateCopiedMessage () {
+    this.notifier.success(this.i18n('Username copied'))
+  }
+
   private getUserIfNeeded (account: Account) {
     if (!account.userId) return
     if (!this.authService.isLoggedIn()) return