Skip to content

Commit

Permalink
email auth false and js bump
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanTrem committed Oct 30, 2024
1 parent 7774c46 commit f23d87e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "r2r-js",
"version": "0.3.11",
"version": "0.3.12",
"description": "",
"main": "dist/index.js",
"browser": "dist/index.browser.js",
Expand Down
2 changes: 1 addition & 1 deletion py/r2r.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ provider = "r2r"
access_token_lifetime_in_minutes = 60
refresh_token_lifetime_in_days = 7
require_authentication = false
require_email_verification = true
require_email_verification = false
default_admin_email = "admin@example.com"
default_admin_password = "change_me_immediately"

Expand Down

0 comments on commit f23d87e

Please sign in to comment.