feat: registrationBegin method without email;
fix: missing sqlc query parameter name; feat: util for generating security codes; feat: enums package
This commit is contained in:
8
backend/internal/utils/enums/enums.go
Normal file
8
backend/internal/utils/enums/enums.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package enums
|
||||
|
||||
type ConfirmationCodeType int32
|
||||
|
||||
const (
|
||||
RegistrationCodeType ConfirmationCodeType = iota
|
||||
PasswordResetCodeType
|
||||
)
|
||||
Reference in New Issue
Block a user