all repos

onasty @ d4cfa0b

a one-time notes service
1 files changed, 1 insertions(+), 1 deletions(-)
fix(seed): fix email address for not activated user (#161)

Author: Olexandr Smirnov ss2316544@gmail.com
Committed by: GitHub noreply@github.com
Committed at: 2025-07-07 13:24:08 +0300
Parent: 5bdd1f8
M cmd/seed/users.go

@@ -21,7 +21,7 @@ password: "adminadmin",

activated: true, }, { //nolint:exhaustruct - email: "users@onasty.local", + email: "user@onasty.local", activated: false, password: "qwerty123", },