fix password reset md
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user