You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the config.toml i can see the following property that i've tried changing and it has no effect:
[auth]
enabled = true# The base URL of your website. Used as an allow-list for redirects and for constructing URLs used# in emails.site_url = "mylocalsite.app"
if i use {{ .SiteURL }} in a custom template, it outputs the mylocalsite.app, but {{ .ConfirmationURL }} always has the http://127.0.0.1