From 2a818dc81d4cdf7833770a4de8c5f8b6641c2f29 Mon Sep 17 00:00:00 2001 From: Abdul Rifqi Al Abqary Date: Mon, 6 Jan 2020 16:50:20 +0900 Subject: [PATCH] comment correction --- assets/js/oauth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/oauth.js b/assets/js/oauth.js index 583bae7d5..8bd7b0423 100644 --- a/assets/js/oauth.js +++ b/assets/js/oauth.js @@ -92,7 +92,7 @@ const tokenRequest = async({ scope }) => { - // Check configuration URLs + // Check oauth configuration if (oidcDiscoveryUrl !== '') { const { authorization_endpoint, token_endpoint } = await getTokenConfiguration(oidcDiscoveryUrl); authUrl = authorization_endpoint;