mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-11-02 19:07:46 +00:00
fix typo
This commit is contained in:
@@ -533,7 +533,7 @@ func setupDB(dbPtr *string, masterKeyPtr *string, customRootToken string) (*dbco
|
|||||||
log.Printf("Failed to init root token: %s", err.Error())
|
log.Printf("Failed to init root token: %s", err.Error())
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
}
|
}
|
||||||
log.Println("Creating default legal bases records")
|
log.Println("Creating default legal basis records")
|
||||||
db.createLegalBasis("core-send-email-on-login", "", "login", "Send email on login",
|
db.createLegalBasis("core-send-email-on-login", "", "login", "Send email on login",
|
||||||
"Confirm to allow sending access code using 3rd party email gateway", "consent",
|
"Confirm to allow sending access code using 3rd party email gateway", "consent",
|
||||||
"This consent is required to give you our service.", "active", true, true)
|
"This consent is required to give you our service.", "active", true, true)
|
||||||
|
|||||||
Reference in New Issue
Block a user