Skip to content

Commit ce4fe30

Browse files
author
LoginRadius
committed
Update README.md
1 parent 43439e9 commit ce4fe30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,7 +2257,7 @@ result = loginradius.mfa.mfa_reset_backup_code_by_uid(uid)
22572257
```py
22582258

22592259
access_token = "<access_token>" #Required
2260-
authenticator = "True" #Required
2260+
authenticator = True #Required
22612261

22622262
result = loginradius.mfa.mfa_reset_authenticator_by_token(access_token, authenticator)
22632263
```
@@ -2272,7 +2272,7 @@ result = loginradius.mfa.mfa_reset_authenticator_by_token(access_token, authenti
22722272
```py
22732273

22742274
access_token = "<access_token>" #Required
2275-
otpauthenticator = "True" #Required
2275+
otpauthenticator =True #Required
22762276

22772277
result = loginradius.mfa.mfa_reset_sms_auth_by_token(access_token, otpauthenticator)
22782278
```

0 commit comments

Comments
 (0)