1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Refactor login redirection/button links

Correctly handle external auth redirection in all cases
This commit is contained in:
Chocobozzz 2023-02-14 11:47:01 +01:00
parent 4ea827076d
commit 98bd5e2256
No known key found for this signature in database
GPG key ID: 583A612D890159BE
21 changed files with 77 additions and 48 deletions

View file

@ -5,5 +5,6 @@ export * from './duration-formatter.pipe'
export * from './from-now.pipe'
export * from './infinite-scroller.directive'
export * from './link.component'
export * from './login-link.component'
export * from './number-formatter.pipe'
export * from './peertube-template.directive'