fix: instructions to obtain account secret

This commit is contained in:
Aravinth Manivannan 2024-03-23 13:53:02 +05:30
parent 27080e3e60
commit e3c123687e
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ resp = requests.post(
resp = resp.json()
```
**Note**: secret (`mcaptcha_account_secret` from above) is available in Dashboard > Settings > Secret
3. If access token is valid, allow access to protected resource or deny
access.