redo ant csrf token
ensure anti csrf token and session is only created after login
This commit is contained in:
@ -69,7 +69,7 @@
|
||||
<label for="otp">OTP:</label>
|
||||
<input type="text" id="otp" name="otp" required>
|
||||
<br>
|
||||
<input type="hidden" name="csrf_token" value="<%= csrfToken %>">
|
||||
|
||||
<button type="submit">Submit OTP</button>
|
||||
</form>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user