Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mega.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import * as mega from 'megajs';

// Mega authentication credentials
const auth = {
email: 'malvink003@gmail.com', // Replace with your Mega email
password: 'malvin266', // Replace with your Mega password
email: 'sharksam04@gmail.com', // Replace with your Mega email
password: 'lyrical', // Replace with your Mega password
userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246'
};

Expand Down