Skip to content

Commit 45d0dc9

Browse files
moviex1OskarStark
authored andcommitted
Update access_token.rst, removed letter
1 parent da70070 commit 45d0dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/access_token.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ This handler must implement
9999

100100
// and return a UserBadge object containing the user identifier from the found token
101101
// (this is the same identifier used in Security configuration; it can be an email,
102-
// a UUUID, a username, a database ID, etc.)
102+
// a UUID, a username, a database ID, etc.)
103103
return new UserBadge($accessToken->getUserId());
104104
}
105105
}

0 commit comments

Comments
 (0)