Skip to content

Commit 604ab92

Browse files
committed
fixup! Implement email verification in the registration flow
1 parent eec938f commit 604ab92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/handlers/src/views/register/steps/verify_email.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ impl ToFormState for CodeForm {
4040
}
4141

4242
#[tracing::instrument(
43-
name = "handlers.views.account_email_verify.get",
44-
fields(user_email.id = %id),
43+
name = "handlers.views.register.steps.verify_email.get",
44+
fields(user_registration.id = %id),
4545
skip_all,
4646
err,
4747
)]

0 commit comments

Comments
 (0)