Skip to content

Commit

Permalink
chore: Remove redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
sashko9807 committed Dec 4, 2024
1 parent a0fe287 commit 5425fed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export default function InlineRegisterForm() {
try {
setLoading(true)
// Register in Keycloak
console.log(values.password, values.confirmPassword)
if (values.terms && values.gdpr && values.password === values.confirmPassword) {
await register(values)
} else if (!values.terms) {
Expand Down

0 comments on commit 5425fed

Please sign in to comment.