Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stremovsky committed Aug 21, 2024
1 parent 9a0dd13 commit 8f9511e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bunker.go
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ func setupDB(dbPtr *string, masterKeyPtr *string, customRootToken string) (*dbco
log.Printf("Failed to init root token: %s", err.Error())
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",
"Confirm to allow sending access code using 3rd party email gateway", "consent",
"This consent is required to give you our service.", "active", true, true)
Expand Down

0 comments on commit 8f9511e

Please sign in to comment.