From 86f926e6a8104ef861f160a0276cea7c72c86e27 Mon Sep 17 00:00:00 2001 From: Ivan Date: Fri, 18 Nov 2022 17:24:03 -0300 Subject: [PATCH] fix missing closing tag typo in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01442ea..8caad6f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ const metadata = { Login Logout - RefreshToken
+ RefreshToken
isLoading: {$isLoading}
isAuthenticated: {$isAuthenticated}
authToken: {$accessToken}