From 66f6e68abf406971797a9d13bc4e24c3599043a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6khan=20Mete=20ERT=C3=9CRK?= <92143124+gokhanmeteerturk@users.noreply.github.com> Date: Sun, 22 Oct 2023 07:09:28 +0300 Subject: [PATCH] fix for login.md typo fix --- docs/en/docs/reference/login.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/reference/login.md b/docs/en/docs/reference/login.md index 00b1e82..17a9166 100644 --- a/docs/en/docs/reference/login.md +++ b/docs/en/docs/reference/login.md @@ -1,6 +1,6 @@ # Login -## Uername and password +## Username and password There is a builtin `UsernamePasswordProvider`, if you want to enable it, you need add in to providers. @@ -29,7 +29,7 @@ Then admin can login with `username` and `password`. ## OAuth2 (💗 Pro only) -If want admin login with [oauth2](https://datatracker.ietf.org/doc/html/rfc6749) method, such as `GitHub` or `Google`, +If you want admin login with [oauth2](https://datatracker.ietf.org/doc/html/rfc6749) method, such as `GitHub` or `Google`, you can use `OAuth2Provider`. Current there are two builtin providers, `GitHubOAuth2Provider` and `GoogleOAuth2Provider`.