]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.module.ts
Fix refreshing oauth token
[github/Chocobozzz/PeerTube.git] / client / src / app / app.module.ts
index c22632fb85d1714608e49be6232ac0db1fdc55d4..874fc43aa28cafdc1a2b177f7a00b323b6531693 100644 (file)
@@ -5,8 +5,7 @@ import { ServerService } from '@app/core'
 import { ResetPasswordModule } from '@app/reset-password'
 
 import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core'
-
-import { MyAccountModule } from './my-account'
+import { ClipboardModule } from 'ngx-clipboard'
 
 import { AppRoutingModule } from './app-routing.module'
 import { AppComponent } from './app.component'
@@ -40,13 +39,14 @@ export function metaFactory (serverService: ServerService): MetaLoader {
   ],
   imports: [
     BrowserModule,
+    // FIXME: https://github.com/maxisam/ngx-clipboard/issues/133
+    ClipboardModule,
 
     CoreModule,
     SharedModule,
 
     AppRoutingModule,
 
-    MyAccountModule,
     CoreModule,
     LoginModule,
     ResetPasswordModule,