From c77a55ee2e6cb51371aa17de63d22ab252f7beb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janko=20Marohni=C4=87?= Date: Mon, 18 Nov 2024 10:00:02 +0100 Subject: [PATCH] Remove redundancy in warning --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f86130..ffc924b 100644 --- a/README.md +++ b/README.md @@ -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: