Skip to content

Commit

Permalink
quick acct reg change
Browse files Browse the repository at this point in the history
  • Loading branch information
maethan committed Apr 13, 2024
1 parent 919510a commit a71bc20
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions server/accounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,10 @@ const signupAccount = async (req, res) => {
const db = await getDB();
const username = req.query?.username ?? undefined;
const password = req.query?.password ?? undefined;
const favoriteMovies = [];
const favoriteAirports = [];

const newUser = {
username: username,
password: password,
favoriteMovies: favoriteMovies,
favoriteAirports: favoriteAirports,
profilePicture:
'https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Default_pfp.svg/1200px-Default_pfp.svg.png',
};
Expand Down

0 comments on commit a71bc20

Please sign in to comment.