remove immediate create; streamline controller account infrastructure (#50)

This commit is contained in:
Michael Quigley
2022-09-20 14:05:27 -04:00
parent a6e203b28e
commit 3ac9541463
3 changed files with 7 additions and 48 deletions
-1
View File
@@ -33,7 +33,6 @@ type EmailConfig struct {
}
type RegistrationConfig struct {
ImmediateCreate bool
EmailFrom string
RegistrationUrlTemplate string
}