aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/shared-main.module.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-14 11:47:01 +0100
committerChocobozzz <me@florianbigard.com>2023-02-14 11:51:44 +0100
commit98bd5e2256bfdeba6d5ab07f0421acfde1a0de26 (patch)
treea1193f1af10f0da7a532d4aa6d5045e51c3d16a9 /client/src/app/shared/shared-main/shared-main.module.ts
parent4ea827076df39935375d66fffb5e1e27e667111e (diff)
downloadPeerTube-98bd5e2256bfdeba6d5ab07f0421acfde1a0de26.tar.gz
PeerTube-98bd5e2256bfdeba6d5ab07f0421acfde1a0de26.tar.zst
PeerTube-98bd5e2256bfdeba6d5ab07f0421acfde1a0de26.zip
Refactor login redirection/button links
Correctly handle external auth redirection in all cases
Diffstat (limited to 'client/src/app/shared/shared-main/shared-main.module.ts')
-rw-r--r--client/src/app/shared/shared-main/shared-main.module.ts3
1 files changed, 3 insertions, 0 deletions
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 {
25 FromNowPipe, 25 FromNowPipe,
26 InfiniteScrollerDirective, 26 InfiniteScrollerDirective,
27 LinkComponent, 27 LinkComponent,
28 LoginLinkComponent,
28 NumberFormatterPipe, 29 NumberFormatterPipe,
29 PeerTubeTemplateDirective 30 PeerTubeTemplateDirective
30} from './angular' 31} from './angular'
@@ -92,6 +93,7 @@ import { VideoChannelService } from './video-channel'
92 InfiniteScrollerDirective, 93 InfiniteScrollerDirective,
93 PeerTubeTemplateDirective, 94 PeerTubeTemplateDirective,
94 LinkComponent, 95 LinkComponent,
96 LoginLinkComponent,
95 97
96 ActionDropdownComponent, 98 ActionDropdownComponent,
97 ButtonComponent, 99 ButtonComponent,
@@ -152,6 +154,7 @@ import { VideoChannelService } from './video-channel'
152 InfiniteScrollerDirective, 154 InfiniteScrollerDirective,
153 PeerTubeTemplateDirective, 155 PeerTubeTemplateDirective,
154 LinkComponent, 156 LinkComponent,
157 LoginLinkComponent,
155 158
156 ActionDropdownComponent, 159 ActionDropdownComponent,
157 ButtonComponent, 160 ButtonComponent,