Skip to content

Commit

Permalink
rm debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
ug.rp committed Apr 27, 2024
1 parent 1a628fd commit 328ac7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/db-session.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export default function DbSession({children}) {
signIn: ({email, password, token}) => {
const options = {captchaToken: token}
if (password) {
debugger
return database.auth.signIn({email, password, options})
} else {
return database.auth.signIn({email, options})
Expand Down

0 comments on commit 328ac7a

Please sign in to comment.