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

Add ability to redirect users on external auth

This commit is contained in:
Chocobozzz 2021-12-03 17:04:47 +01:00
parent d1a233d8d8
commit 0bc53e2029
No known key found for this signature in database
GPG key ID: 583A612D890159BE
18 changed files with 166 additions and 4 deletions

View file

@ -39,6 +39,12 @@ export interface ServerConfig {
preferAuthorDisplayName: boolean
}
}
menu: {
login: {
redirectOnSingleExternalAuth: boolean
}
}
}
webadmin: {