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:
parent
d1a233d8d8
commit
0bc53e2029
18 changed files with 166 additions and 4 deletions
|
@ -39,6 +39,12 @@ export interface ServerConfig {
|
|||
preferAuthorDisplayName: boolean
|
||||
}
|
||||
}
|
||||
|
||||
menu: {
|
||||
login: {
|
||||
redirectOnSingleExternalAuth: boolean
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
webadmin: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue