Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 24, 2024
1 parent 498f030 commit 6575f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selfservice/strategy/profile/two_step_registration.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Check failure on line 76 in selfservice/strategy/profile/two_step_registration.go

View workflow job for this annotation

GitHub Actions / Run tests and lints

G101: Potential hardcoded credentials (gosec)
RegistrationScreenPrevious RegistrationScreen = "previous"
)
Expand Down

0 comments on commit 6575f64

Please sign in to comment.