Code cleanup

This commit is contained in:
RemixDev
2021-05-23 21:44:26 +02:00
parent 08aefdce77
commit 05a892565b
3 changed files with 1 additions and 182 deletions

View File

@@ -13,8 +13,7 @@ const handler: ApiHandler['handler'] = async (req, res) => {
}
let arl
if (accessToken) arl = getArlFromAccessToken(accessToken)
console.log({ username, password })
res.send({ accessToken, arl })
}