feat: add otp model + implementation for sql
This commit is contained in:
@@ -9,6 +9,7 @@ type CollectionList struct {
|
||||
Webhook string
|
||||
WebhookLog string
|
||||
EmailTemplate string
|
||||
OTP string
|
||||
}
|
||||
|
||||
var (
|
||||
@@ -23,5 +24,6 @@ var (
|
||||
Webhook: Prefix + "webhook",
|
||||
WebhookLog: Prefix + "webhook_log",
|
||||
EmailTemplate: Prefix + "email_template",
|
||||
OTP: Prefix + "otps",
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user