Revert ugly stripping by using a top level front route
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user