youtube-clone
youtube-clone copied to clipboard
Fix: Auth Controller Make sure to await password comparison
Currently, we're not awaiting the password comparison which results in a bug where the user gets an access token even with an incorrect password cuz we're not waiting for the result from comparePassword