Add confirm email to the new ui

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-06-13 17:39:59 -07:00
committed by Bryan Frimin
parent 63c7090e07
commit 588d96b713
4 changed files with 251 additions and 1 deletions

View File

@@ -295,7 +295,7 @@ func (s Service) SignUp(
confirmationEmailUrl := url.URL{
Scheme: "https",
Host: s.hostname,
Path: "/confirm-email",
Path: "/auth/confirm-email",
RawQuery: url.Values{
"token": []string{confirmationToken},
}.Encode(),