Revert ugly stripping by using a top level front route

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-15 18:39:45 +04:00
committed by Bryan Frimin
parent c5cd225d95
commit cbd873fd57
5 changed files with 42 additions and 48 deletions

View File

@@ -560,7 +560,7 @@ func (s AuthService) SendMagicLink(ctx context.Context, req *SendMagicLinkReques
}
magicLinkURL := req.BaseURL.
WithPath("/auth/verify-magic-link").
WithPath("/verify-magic-link").
WithQuery("token", token).
MustString()