Added pages to see, create, modify & delete redeemable actions. User card top right with disconnect & log out. Code clean up.
This commit is contained in:
@@ -6,8 +6,8 @@ import { TtsLoginComponent } from './auth/tts-login/tts-login.component';
|
||||
import { TwitchAuthCallbackComponent } from './twitch-auth-callback/twitch-auth-callback.component';
|
||||
import { FiltersComponent } from './tts-filters/filters/filters.component';
|
||||
import { AuthAdminGuard } from './shared/auth/auth.admin.guard';
|
||||
import { ActionComponent } from './actions/action/action.component';
|
||||
import { AuthVisitorGuard } from './shared/auth/auth.visitor.guard';
|
||||
import { ActionsComponent } from './actions/actions/actions.component';
|
||||
|
||||
export const routes: Routes = [
|
||||
{
|
||||
@@ -22,7 +22,7 @@ export const routes: Routes = [
|
||||
},
|
||||
{
|
||||
path: 'actions',
|
||||
component: ActionComponent,
|
||||
component: ActionsComponent,
|
||||
canActivate: [AuthAdminGuard],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user