fix password reset md

This commit is contained in:
2025-07-24 21:18:44 +05:00
parent 3aa7bb9bf8
commit b505daf2a9

View File

@@ -14,7 +14,8 @@ curl --request POST \
You will also get a "Set-Cookie" in reponse header, which will be needed for submitting OTP, store this header somewhere for later user
```
Set-Cookie: connect.sid=; HttpOnly; Path=/```
Set-Cookie: connect.sid=; HttpOnly; Path=/
```
(you only need the part before the first ";")
## HTTP 200