started work on OTP and disabled registration
This commit is contained in:
10
resources/views/emails/auth/otp.blade.php
Normal file
10
resources/views/emails/auth/otp.blade.php
Normal 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
|
||||
Reference in New Issue
Block a user