Skip to content

Bug Squashing Stories

Eric Ramsay edited this page Mar 15, 2021 · 2 revisions
  1. Accidentally installing 'csrf' npm package instead of 'csurf' (fun one to debug!!)
  2. Seeding hashed passwords. Had to install bcryptjs in the seeder file to use bcrypt.hashSync()
  3. Detaching footer from main content to stick to the bottom of the viewport

Clone this wiki locally