From 05a78112a4a5c473813cb1f26be346452687899b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=B8ller=20Ellehauge?= Date: Tue, 12 Jul 2022 21:25:04 +0200 Subject: [PATCH] feat: Add export for `webauthCheckLogin` (#54) --- lib/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.js b/lib/index.js index eb97c62..e4ac562 100644 --- a/lib/index.js +++ b/lib/index.js @@ -292,4 +292,5 @@ module.exports = { listTokens, removeToken, createToken, + webAuthCheckLogin, }