X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fplugins%2Fplugin-client-scope.type.ts;h=e188ce1003bd3cd77bddc68816e38c519af2ef58;hb=3c47fa3bc0e3f2362bb17976057287a7e9aba46b;hp=0c616c5edb08cc637bd31ee92ce6640da9a6d052;hpb=e8f902c05cb35f6d5e9b75a23ddabd51c220a976;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 0c616c5ed..e188ce100 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' +export type PluginClientScope = 'common' | 'video-watch' | 'search' | 'signup' | 'login' | 'embed' | 'video-edit'