Skip to content

Commit

Permalink
Remove redundancy in warning
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Nov 18, 2024
1 parent 7cbbfd1 commit c77a55e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ omniauth_provider :twitter, ENV["TWITTER_API_KEY"], ENV["TWITTER_API_SECRET"]
omniauth_provider :google_oauth2, ENV["GOOGLE_CLIENT_ID"], ENV["GOOGLE_CLIENT_SECRET"], name: :google
```

> [!NOTE]
> It is important to note that `rodauth-omniauth` requires OmniAuth 2.x, so it's only compatible with providers gems that support it.
> [!WARNING]
> The `rodauth-omniauth` gem requires OmniAuth 2.x, so it's only compatible with providers gems that support it.
You can now add authentication links to your login form:

Expand Down

0 comments on commit c77a55e

Please sign in to comment.