Skip to content

Commit

Permalink
docs: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmechlark committed Feb 12, 2024
1 parent 04de0ab commit 1f27573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ An example configuration:
class AdminUser < ApplicationRecord
devise :database_authenticatable, :auth0,
auth0_options: { # Model level configuration
email_domains_allowlist: ["example.com"] # Only firstcircle.com users can be created
email_domains_allowlist: ["example.com"] # Only example.com users can be created
}
end

Expand Down

0 comments on commit 1f27573

Please sign in to comment.