From 81186e04fef065a7dbeef7fa7bf8e9f9be7b66ee Mon Sep 17 00:00:00 2001 From: PT-ATA No One Date: Thu, 18 Jul 2024 10:47:39 +0000 Subject: [PATCH] remove the space, looks weird in the backend --- Vaas/VaasOptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vaas/VaasOptions.php b/Vaas/VaasOptions.php index adf33e6..eb32147 100644 --- a/Vaas/VaasOptions.php +++ b/Vaas/VaasOptions.php @@ -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',