Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweichi committed Jan 13, 2025
1 parent f725c2e commit aae19ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coordinator/internal/logic/auth/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ func (l *LoginLogic) Check(login *types.LoginParameter) error {
}
}


if login.Message.ProverProviderType != types.ProverProviderTypeInternal && login.Message.ProverProviderType != types.ProverProviderTypeExternal {
// for backward compatibility, set ProverProviderType as internal
if login.Message.ProverProviderType == types.ProverProviderTypeUndefined {
Expand Down

0 comments on commit aae19ab

Please sign in to comment.