1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Add ability to override login signup message

This commit is contained in:
Chocobozzz 2020-05-06 14:01:30 +02:00
parent 86ab22921b
commit f375bb3db4
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 14 additions and 10 deletions

View file

@ -70,6 +70,9 @@ export const clientActionHookObject = {
// Fired when a user click on 'View x replies' and they're loaded
'action:video-watch.video-thread-replies.loaded': true,
// Fired when the login page is being initialized
'action:login.init': true,
// Fired when the search page is being initialized
'action:search.init': true,