support a 'new account link' to inject new account information onto the login page (#552)

This commit is contained in:
Michael Quigley
2025-04-07 13:21:03 -04:00
parent f29d8498a2
commit 9a5e3a4998
13 changed files with 50 additions and 4 deletions

View File

@@ -38,6 +38,7 @@ type Config struct {
type AdminConfig struct {
Secrets []string `cf:"+secret"`
TouLink string
NewAccountLink string
ProfileEndpoint string
}