rename to email otp to make it more explicit

This commit is contained in:
dswbx
2025-11-07 08:48:02 +01:00
parent 68fbb6e933
commit 341eb13425
3 changed files with 40 additions and 38 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ export { syncConfig, type SyncConfigOptions } from "./dev/sync-config.plugin";
export { syncTypes, type SyncTypesOptions } from "./dev/sync-types.plugin";
export { syncSecrets, type SyncSecretsOptions } from "./dev/sync-secrets.plugin";
export { timestamps, type TimestampsPluginOptions } from "./data/timestamps.plugin";
export { otp, type OtpPluginOptions } from "./auth/otp.plugin";
export { emailOTP, type EmailOTPPluginOptions } from "./auth/email-otp.plugin";