all repos

onasty @ d4cfa0b7a2d8f751426feb4210534dc907302ad1

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
        21
         		activated: true,

      
        22
        22
         	},

      
        23
        23
         	{ //nolint:exhaustruct

      
        24
        
        -		email:     "users@onasty.local",

      
        
        24
        +		email:     "user@onasty.local",

      
        25
        25
         		activated: false,

      
        26
        26
         		password:  "qwerty123",

      
        27
        27
         	},