From 1ed9e4d30c203a2a7e970a1b5f2c9b41ff941fce Mon Sep 17 00:00:00 2001 From: Pragati Date: Wed, 6 Sep 2023 11:09:33 -0700 Subject: [PATCH] remove duplicate changes --- auth/user_mgt.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/auth/user_mgt.go b/auth/user_mgt.go index 3e7b9379..a6a155c0 100644 --- a/auth/user_mgt.go +++ b/auth/user_mgt.go @@ -85,10 +85,6 @@ type multiFactorEnrollments struct { Enrollments []*multiFactorInfoResponse `json:"enrollments"` } -type multiFactorEnrollments struct { - Enrollments []*multiFactorInfoResponse `json:"enrollments"` -} - // MultiFactorInfo describes a user enrolled second phone factor. type MultiFactorInfo struct { UID string