Skip to content

Commit

Permalink
Change (xt/db db) to (xt/db node)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobobryant committed Sep 18, 2023
1 parent 1cb8fc0 commit b730c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/biffweb/impl/auth.clj
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
{:status 303
:headers {"location" app-path}
:session (assoc session :uid (or existing-user-id
(get-user-id (xt/db db) email)))}
(get-user-id (xt/db node) email)))}
{:status 303
:headers {"location" (str "/verify-code?error=invalid-code&email=" email)}})))

Expand Down

0 comments on commit b730c85

Please sign in to comment.