Skip to content

Commit 0591894

Browse files
fix: drop signer UUID from settings loader
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 1b9de92 commit 0591894

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/Service/File/SettingsLoader.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ public function getUserIdentificationSettings(?IUser $user, ?SignRequest $signRe
144144
return [
145145
'canSign' => false,
146146
'canRequestSign' => false,
147-
'signerFileUuid' => null,
148147
'phoneNumber' => '',
149148
'hasSignatureFile' => false,
150149
'needIdentificationDocuments' => in_array($status, [

0 commit comments

Comments
 (0)