diff --git a/selfservice/strategy/profile/two_step_registration.go b/selfservice/strategy/profile/two_step_registration.go index 913bacdda13..24865b6c777 100644 --- a/selfservice/strategy/profile/two_step_registration.go +++ b/selfservice/strategy/profile/two_step_registration.go @@ -72,6 +72,7 @@ func (s *Strategy) PopulateRegistrationMethod(r *http.Request, f *registration.F type RegistrationScreen string const ( + //lint:ignore G101 This is not a real credential. RegistrationScreenCredentialSelection RegistrationScreen = "credential-selection" RegistrationScreenPrevious RegistrationScreen = "previous" )