]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-routing.module.ts
Migrate to bull
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-routing.module.ts
index 7e19cd9945cf3e2db0ae509a7399b83458483389..91b464f75e9adca112b48a2abe9ebcd27a76ae26 100644 (file)
@@ -15,6 +15,11 @@ const myAccountRoutes: Routes = [
     component: MyAccountComponent,
     canActivateChild: [ MetaGuard, LoginGuard ],
     children: [
+      {
+        path: '',
+        redirectTo: 'settings',
+        pathMatch: 'full'
+      },
       {
         path: 'settings',
         component: MyAccountSettingsComponent,