Skip to content

Commit e671cf5

Browse files
committed
fix: typo
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 8cb8f94 commit e671cf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Collaboration/Collaborators/SignerPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function search($search, $limit, $offset, ISearchResult $searchResult): b
8181
}
8282

8383
private function canValidateMethod(): bool {
84-
return in_array(self::$method, ['Email', 'Account'], true);
84+
return in_array(self::$method, ['email', 'account'], true);
8585
}
8686

8787
private function rowToSearchResultItem(array $row): array {

0 commit comments

Comments
 (0)