gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 160/459: hash does not work with webext


From: gnunet
Subject: [reclaim-ui] 160/459: hash does not work with webext
Date: Fri, 11 Jun 2021 23:24:12 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit c70e4b312655a63c5c42ecdc9e509668f5854a20
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Dec 10 20:22:22 2019 +0100

    hash does not work with webext
---
 src/app/app-routing.module.ts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts
index 9019e84..202a849 100644
--- a/src/app/app-routing.module.ts
+++ b/src/app/app-routing.module.ts
@@ -6,16 +6,16 @@ import { EditIdentityComponent } from 
'./edit-identity/edit-identity.component';
 import { AuthorizationRequestComponent } from 
'./authorization-request/authorization-request.component';
 
 const routes: Routes = [
-    { path: '', component: IdentityListComponent },
+    { path: '/index.html', component: IdentityListComponent },
     // { path: 'identities', component: IdentityListComponent },
-    //{ path: '', redirectTo: '/index.html', pathMatch: 'full' },
+    { path: '', redirectTo: '/index.html', pathMatch: 'full' },
     { path: 'new-identity', component: NewIdentityComponent },
     { path: 'edit-identity/:id', component: EditIdentityComponent },
     { path: 'authorization-request', component: AuthorizationRequestComponent }
 ];
 
 @NgModule({
-    imports: [RouterModule.forRoot(routes, { useHash: true })],
+    imports: [RouterModule.forRoot(routes, { useHash: false })],
     exports: [RouterModule]
 })
 export class AppRoutingModule { }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]