From cb28bb92daf1a0e123bc0144030c2bc65b865f4a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 9 May 2022 10:47:46 +0200 Subject: Add URL redirection support for external auth --- .../app/+manage/video-channel-edit/video-channel-update.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+manage') diff --git a/client/src/app/+manage/video-channel-edit/video-channel-update.component.ts b/client/src/app/+manage/video-channel-edit/video-channel-update.component.ts index 51cd45605..6b4947912 100644 --- a/client/src/app/+manage/video-channel-edit/video-channel-update.component.ts +++ b/client/src/app/+manage/video-channel-edit/video-channel-update.component.ts @@ -96,7 +96,7 @@ export class VideoChannelUpdateComponent extends VideoChannelEdit implements OnI this.notifier.success($localize`Video channel ${videoChannelUpdate.displayName} updated.`) - this.redirectService.redirectToPreviousRoute([ '/c', this.videoChannel.name ]) + this.redirectService.redirectToPreviousRoute('/c/' + this.videoChannel.name) }, error: err => { -- cgit v1.2.3