Skip to content

Commit

Permalink
UHF-8526: Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Sep 14, 2023
1 parent f47ccbf commit 17abfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Only main-navigation has syncing option. Other navigations are created in Etusiv
$config['helfi_api_base.api_accounts']['vault'][] = [
'id' => 'helfi_navigation',
'plugin' => 'authorization_token',
'data' => base64_decode('helfi-admin:123'),
'data' => base64_encode('helfi-admin:123'),
];
```

Expand Down

0 comments on commit 17abfd7

Please sign in to comment.