X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fplugins%2Fplugin-client-scope.type.ts;h=a3c669fe792f4ff86355d92454d8950e7ad53942;hb=f95628636b6ccdf3eae2449ca718e075b072f678;hp=1c6d884f0f722b6b2abe39dc96aaf518cf254797;hpb=f92bb405d48af737636fec1025e19f27d7044158;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/plugins/plugin-client-scope.type.ts b/shared/models/plugins/plugin-client-scope.type.ts index 1c6d884f0..a3c669fe7 100644 --- a/shared/models/plugins/plugin-client-scope.type.ts +++ b/shared/models/plugins/plugin-client-scope.type.ts @@ -1 +1 @@ -export type PluginClientScope = 'common' | 'video-watch' | 'search' | 'signup' +export type PluginClientScope = 'common' | 'video-watch' | 'search' | 'signup' | 'login' | 'embed'