LBRY First Initial Commit

This commit is contained in:
Mark Beamer Jr 2020-06-29 00:17:26 -04:00
parent 3ceb09549c
commit 5d75d79c86
No known key found for this signature in database
GPG key ID: 1C314FB89AD76973
2 changed files with 3 additions and 1 deletions

3
dist/bundle.es.js vendored
View file

@ -3328,7 +3328,8 @@ const defaultState$3 = {
youtubeChannelImportPending: false,
youtubeChannelImportErrorMessage: '',
referrerSetIsPending: false,
referrerSetError: ''
referrerSetError: '',
lbryFirstApproved: false
};
reducers$2[AUTHENTICATION_STARTED] = state => Object.assign({}, state, {

View file

@ -30,6 +30,7 @@ const defaultState = {
youtubeChannelImportErrorMessage: '',
referrerSetIsPending: false,
referrerSetError: '',
lbryFirstApproved: false,
};
reducers[ACTIONS.AUTHENTICATION_STARTED] = state =>