From 98bd5e2256bfdeba6d5ab07f0421acfde1a0de26 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 14 Feb 2023 11:47:01 +0100 Subject: Refactor login redirection/button links Correctly handle external auth redirection in all cases --- client/src/app/shared/shared-main/shared-main.module.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/src/app/shared/shared-main/shared-main.module.ts') diff --git a/client/src/app/shared/shared-main/shared-main.module.ts b/client/src/app/shared/shared-main/shared-main.module.ts index eb1642d97..0bdf27263 100644 --- a/client/src/app/shared/shared-main/shared-main.module.ts +++ b/client/src/app/shared/shared-main/shared-main.module.ts @@ -25,6 +25,7 @@ import { FromNowPipe, InfiniteScrollerDirective, LinkComponent, + LoginLinkComponent, NumberFormatterPipe, PeerTubeTemplateDirective } from './angular' @@ -92,6 +93,7 @@ import { VideoChannelService } from './video-channel' InfiniteScrollerDirective, PeerTubeTemplateDirective, LinkComponent, + LoginLinkComponent, ActionDropdownComponent, ButtonComponent, @@ -152,6 +154,7 @@ import { VideoChannelService } from './video-channel' InfiniteScrollerDirective, PeerTubeTemplateDirective, LinkComponent, + LoginLinkComponent, ActionDropdownComponent, ButtonComponent, -- cgit v1.2.3