From 937e0ce58cc5c309a554e826bda1465807f413ba Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 28 Oct 2021 08:32:31 +0100 Subject: [PATCH] move otp to auth category --- otp/publicapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp/publicapi.json b/otp/publicapi.json index 08fbfae..035f2ed 100644 --- a/otp/publicapi.json +++ b/otp/publicapi.json @@ -1,6 +1,6 @@ { "name": "otp", "icon": "🔑", - "category": "user", + "category": "authentication", "display_name": "One Time Password" }