Email Verified

Your email has been successfully verified and your account is now active. You can sign in to start using the service.

🚀 一句话终极结论

Supabase 验证邮件里的跳转 URL,由 `signUp` 时传的 emailRedirectTo(或 dashboard 的 Redirect URLs)控制。要在邮件里显示 https://workblofet.com/success,必须在调用 `signUp` 时设置它。

supabase.auth.signUp({
  email,
  password,
  options: { emailRedirectTo: "https://workblofet.com/success" }
});

说明:Supabase 会在生成验证邮件时把这个地址加入链接的 redirect_to 参数;验证成功后会 302 到此地址。修改浏览器端或 success 页面本身不会改变邮件里的跳转。

If you did not perform this action, please ignore this page or contact support. To sign in now, click "Sign in".