mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add external login buttons
This commit is contained in:
@@ -14,12 +14,16 @@ export interface ServerConfigTheme extends ServerConfigPlugin {
|
||||
|
||||
export interface RegisteredExternalAuthConfig {
|
||||
npmName: string
|
||||
name: string
|
||||
version: string
|
||||
authName: string
|
||||
authDisplayName: string
|
||||
}
|
||||
|
||||
export interface RegisteredIdAndPassAuthConfig {
|
||||
npmName: string
|
||||
name: string
|
||||
version: string
|
||||
authName: string
|
||||
weight: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user