Skip to content

Commit 075b652

Browse files
peterrehmweaverryan
authored andcommitted
Removed unneeded spaces
1 parent 56dd365 commit 075b652

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/security/api_key_authentication.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ using the ``simple_preauth`` key:
402402
),
403403
),
404404
'providers' => array(
405-
'api_key_user_provider' => array(
406-
'id' => 'api_key_user_provider',
405+
'api_key_user_provider' => array(
406+
'id' => 'api_key_user_provider',
407407
),
408408
),
409409
));
@@ -488,8 +488,8 @@ configuration or set it to ``false``:
488488
),
489489
),
490490
'providers' => array(
491-
'api_key_user_provider' => array(
492-
'id' => 'api_key_user_provider',
491+
'api_key_user_provider' => array(
492+
'id' => 'api_key_user_provider',
493493
),
494494
),
495495
));

0 commit comments

Comments
 (0)