We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e581311 commit 80e9781Copy full SHA for 80e9781
src/DTO/Config/ConfigWithCredentialsTrustedUser.php
@@ -59,6 +59,6 @@ public function __construct(
59
60
$this->scope = filled($scope) ? $scope : config('laravel-docuware.configurations.scope');
61
62
- $this->identifier = Hash::make($this->url.'.'.$this->username.'.'.Crypt::encrypt($this->password));
+ $this->identifier = Hash::make($this->url.$this->username.Crypt::encrypt($this->password));
63
}
64
0 commit comments