Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 911b802e authored by Darrel Danadyaksa Poli's avatar Darrel Danadyaksa Poli
Browse files

[REFACTOR] Update OTP expiration time in HTML email template to 2 minutes

parent 31b8fbf0
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ public class EmailService {
" <p>Hello,</p>" +
" <p>Your one-time verification code is:</p>" +
" <div class='otp-code'>" + otp + "</div>" +
" <p>This code will expire in 10 minutes. Please do not share this code with anyone.</p>" +
" <p>This code will expire in 2 minutes. Please do not share this code with anyone.</p>" +
" <p>If you didn't request this code, please ignore this email.</p>" +
" </div>" +
" <div class='footer'>" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment