From 44beddc28701e362d9324ca25db695573bbd92b1 Mon Sep 17 00:00:00 2001 From: santhoshivan23 Date: Mon, 12 Jun 2023 18:31:42 +0530 Subject: [PATCH] remove unused code --- clientapi/auth/authtypes/logintypes.go | 1 - 1 file changed, 1 deletion(-) diff --git a/clientapi/auth/authtypes/logintypes.go b/clientapi/auth/authtypes/logintypes.go index 6e08d9735..f01e48f80 100644 --- a/clientapi/auth/authtypes/logintypes.go +++ b/clientapi/auth/authtypes/logintypes.go @@ -11,5 +11,4 @@ const ( LoginTypeRecaptcha = "m.login.recaptcha" LoginTypeApplicationService = "m.login.application_service" LoginTypeToken = "m.login.token" - LoginTypeRegistrationToken = "m.login.registration_token" )