Skip to content

Commit fbde18a

Browse files
WIP
1 parent 2818dc0 commit fbde18a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

api/server.js

-6
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,6 @@ app.post('/token', (req, res) => {
198198
"&";
199199
});
200200

201-
if (!tokenEndpoint.includes(`${HOST}:${PORT}`)) {
202-
log.error('Invalid token endpoint: ' + tokenEndpoint);
203-
res.status(400)
204-
res.json({ error: 'Invalid token endpoint' });
205-
}
206-
207201
var headers = {
208202
'content-type' : 'application/x-www-form-urlencoded'
209203
};

0 commit comments

Comments
 (0)