started work on OTP and disabled registration

This commit is contained in:
Kwesi Banson Jnr
2026-08-26 23:03:11 +00:00
parent 006a974044
commit ff66dbbabe
13 changed files with 938 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
@component('mail::message')
# Verification Code
Your one-time login code is: **{{ $otp }}**
This code will expire in 10 minutes. Do not share this with anyone.
Thanks,<br>
{{ config('app.name') }}
@endcomponent