Skip to content

Commit

Permalink
remove the space, looks weird in the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Jul 18, 2024
1 parent 23fff39 commit 81186e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vaas/VaasOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class VaasOptions {
public static array $option_defaults = array(
'authentication_method' => 'ResourceOwnerPasswordGrant',
'client_id' => '',
'client_secret' => ' ',
'client_secret' => '',
'username' => '',
'password' => '',
'vaas_url' => 'wss://gateway.staging.vaas.gdatasecurity.de',
Expand Down

0 comments on commit 81186e0

Please sign in to comment.