Skip to content

Commit

Permalink
fix(server): removed unnecessary consoles from admin use-case
Browse files Browse the repository at this point in the history
  • Loading branch information
AdwaithAthman committed Dec 19, 2023
1 parent a48aace commit ca13c24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/application/use-cases/admin/admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const handleAdminLogin = async (
password: configKeys.ADMIN_PASSWORD
}
if (email === adminCredentials.email && password === adminCredentials.password) {
console.log("admin login is working properly")
const payload = {
userId: "admin",
role: "admin"
Expand Down

0 comments on commit ca13c24

Please sign in to comment.