fix(curriculum): removed whitespace from 'Generate OTP'. (#61823)

This commit is contained in:
Dev Patel
2025-08-15 15:04:45 +05:30
committed by GitHub
parent fd82f78f62
commit 95263efc12
@@ -19,7 +19,7 @@ In this lab, you will generate a 6-digit OTP (One-Time Password) and display it
3. The `div` having the class `container` should include the following elements:
- An `h1` element with the ID `otp-title` and text `"OTP Generator"`.
- An `h2` element with the ID `otp-display` that either displays the message `"Click 'Generate OTP' to get a code"` or shows the generated OTP if one is available.
- An `h2` element with the ID `otp-display` that either displays the message `"Click 'Generate OTP' to get a code"` or shows the generated OTP if one is available.
- A `p` element with the ID `otp-timer` that:
- Starts off empty.
- Displays `"Expires in: X seconds"` after the button is clicked, where `X` represents the remaining time before the OTP expires.