comment correction

This commit is contained in:
Abdul Rifqi Al Abqary
2020-01-06 16:50:20 +09:00
parent 83a20bd7de
commit 2a818dc81d

View File

@@ -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;