From 45d0dc9142fc97dfbf7b61890ab2132def47c94d Mon Sep 17 00:00:00 2001 From: Nikita <95922066+moviex1@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:00:17 +0300 Subject: [PATCH] Update access_token.rst, removed letter --- security/access_token.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/access_token.rst b/security/access_token.rst index c798befbd30..18f28e9f9f5 100644 --- a/security/access_token.rst +++ b/security/access_token.rst @@ -99,7 +99,7 @@ This handler must implement // and return a UserBadge object containing the user identifier from the found token // (this is the same identifier used in Security configuration; it can be an email, - // a UUUID, a username, a database ID, etc.) + // a UUID, a username, a database ID, etc.) return new UserBadge($accessToken->getUserId()); } }