added fxa auth to /params

This commit is contained in:
Danny Coates 2018-08-31 10:59:26 -07:00
parent 718d74fa50
commit fb7176d989
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
7 changed files with 41 additions and 18 deletions

View file

@ -129,7 +129,7 @@ module.exports = function(state, emit) {
emit('upload', {
type: 'click',
dlCount: state.downloadCount,
dlCount: state.downloadCount || 1,
password: state.password
});
}