Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
fix: set the right field number for reCAPTCHA private password leak (#…
Browse files Browse the repository at this point in the history
…266)

* fix!: set the right field number for reCAPTCHA private password leak

PiperOrigin-RevId: 455215317

Source-Link: googleapis/googleapis@ec8056e

Source-Link: https://github.com/googleapis/googleapis-gen/commit/8084ad71ff90f4af666052e46bb955b8e555d4bf
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODA4NGFkNzFmZjkwZjRhZjY2NjA1MmU0NmJiOTU1YjhlNTU1ZDRiZiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jun 20, 2022
1 parent 960a644 commit 6632149
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class Assessment(proto.Message):
)
private_password_leak_verification = proto.Field(
proto.MESSAGE,
number=7,
number=8,
message="PrivatePasswordLeakVerification",
)

Expand Down

0 comments on commit 6632149

Please sign in to comment.