From 709a121f3ddac5c62ea1c3c1d36d2d4612b1eab7 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Mon, 26 Sep 2022 23:54:26 +0530 Subject: [PATCH] Fix closing tag --- app/views/docs/authentication.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/docs/authentication.phtml b/app/views/docs/authentication.phtml index 23c592cfc..e857e29d9 100644 --- a/app/views/docs/authentication.phtml +++ b/app/views/docs/authentication.phtml @@ -113,7 +113,7 @@ account.createOAuth2Session('amazon');

- Notice, the function call for createOAuth2Session is synchronous and hence, there is no need to use await. + Notice, the function call for createOAuth2Session is synchronous and hence, there is no need to use await.