Skip to content

Commit 8847c67

Browse files
Update phonenumberverification/phonenumberverification.go
Co-authored-by: Kevin Cheung <kevinthecheung@users.noreply.github.com>
1 parent d3cf8a9 commit 8847c67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phonenumberverification/phonenumberverification.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var (
4848
ErrTokenType = errors.New("token is not a JWT")
4949
// ErrTokenClaims is returned when the token claims cannot be decoded.
5050
ErrTokenClaims = errors.New("token has incorrect claims")
51-
// ErrTokenEmptyAudience is returned when the token audience has no audience.
51+
// ErrTokenEmptyAudience is returned when the token has no audience.
5252
ErrTokenEmptyAudience = errors.New("token has no 'aud' claim")
5353
// ErrTokenAudience is returned when the token audience does not match the current project.
5454
ErrTokenAudience = errors.New("token audience must be the project name")

0 commit comments

Comments
 (0)