mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
feat: complete email verification flow
This commit is contained in:
@@ -7,5 +7,6 @@ type IUserRepository interface {
|
||||
GetByUsername(username string) (user.User, error)
|
||||
GetAll() []user.User
|
||||
Create(user user.User) (user.User, error)
|
||||
Delete(id uint32) error
|
||||
UpdateVerificationStatus(userId uint32, isVerified bool) (user.User, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user