feat: add contact form with SMS OTP verification
This commit is contained in:
parent
91b162fb44
commit
3874443c34
14 changed files with 729 additions and 54 deletions
5
.env.example
Normal file
5
.env.example
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
NUXT_ANDROID_SMS_GATEWAY_LOGIN=""
|
||||
NUXT_ANDROID_SMS_GATEWAY_PASSWORD=""
|
||||
NUXT_ANDROID_SMS_GATEWAY_URL="" # including http(s)://
|
||||
NUXT_MY_PHONE_NUMBER=""
|
||||
NUXT_SUPER_SECRET_SALT="" #openssl rand -base64 60
|
||||
Loading…
Add table
Add a link
Reference in a new issue