Skip to content

Commit

Permalink
Do not resolve caller during magic link send
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Dec 4, 2024
1 parent b503aa5 commit 4d630a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v-api/src/endpoints/login/magic_link/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub async fn magic_link_send_op<T>(
where
T: VAppPermission + PermissionStorage,
{
let (ctx, _) = rqctx.as_ctx().await?;
let ctx = rqctx.v_ctx();
let path = path.into_inner();
let body = body.into_inner();

Expand Down

0 comments on commit 4d630a3

Please sign in to comment.