Skip to content

Commit

Permalink
Fixed an activation issue with user edit [#709]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Apr 17, 2021
1 parent 7650ab9 commit 170f867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comixed-web/src/app/user/user.routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const routes: Routes = [
{
path: 'account',
component: AccountEditPageComponent,
canActivate: [ReaderGuard, AdminGuard]
canActivate: [ReaderGuard]
}
];

Expand Down

0 comments on commit 170f867

Please sign in to comment.