Skip to content

Commit 48023d8

Browse files
committed
fix(cloudrun): fix typo
1 parent adaf034 commit 48023d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/service-auth/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def parse_auth_header(auth_header: str) -> Optional[str]:
9898
audience=audience,
9999
)
100100

101-
# Verify that the token contains the email claims.
101+
# Verify that the token contains the email claim.
102102
if decoded_token['email_verified']:
103103
print(f"Email verified {decoded_token['email']}")
104104

0 commit comments

Comments
 (0)