This commit is contained in:
Constantin Simonis 2025-02-13 10:29:22 +01:00
parent 6ba4937538
commit 55cd5fefed
No known key found for this signature in database
GPG key ID: 3878FF77C24AF4D2
4 changed files with 14 additions and 17 deletions

View file

@ -18,5 +18,5 @@ export const routes: Routes = [
path: 'deposit',
component: DepositComponent,
canActivate: [authGuard],
}
},
];