mirror of
https://github.com/timvisee/send.git
synced 2026-04-18 21:54:11 -04:00
added fxa auth to /params
This commit is contained in:
@@ -129,7 +129,7 @@ module.exports = function(state, emit) {
|
||||
|
||||
emit('upload', {
|
||||
type: 'click',
|
||||
dlCount: state.downloadCount,
|
||||
dlCount: state.downloadCount || 1,
|
||||
password: state.password
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user