From 64591243fc2c124896c84bbe2a9c65765a04ced2 Mon Sep 17 00:00:00 2001 From: Mohamed El-Kalioby Date: Fri, 18 Jan 2019 16:17:14 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05bf294..63b0806 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Depends on Usually your login function will check for username and password, log the user in if the username and password are correct and create the user session, to support mfa, this has to change * authenticate the user - * if username and password are correct , check the user has mfa or not + * if username and password are correct , check if the user has mfa or not * if user has mfa then redirect to mfa page * if user doesn't have mfa then call your function to create the user session