stevenbui44 / flashcode

This application allows users to create and study flashcards tailored to LeetCode problems' questions, solutions, approaches, and time/space complexities.
0 stars 0 forks source link

Fix functions broken after adding Spring Security #15

Closed stevenbui44 closed 3 months ago

stevenbui44 commented 3 months ago

Here is a list of things that I found that broke after adding Spring Security

stevenbui44 commented 3 months ago

Ever since adding Spring Security, the assortment.id being passed is null for some reason

image