Skip to content

Commit 02fabf7

Browse files
author
Artem
authored
Merge pull request #2793 from RedisInsight/be/bugfix/RI-5165-fix-passprase-validation
remove check for not empty ssh passphrase to avoid validation error i…
2 parents ac4b2ad + dca55b4 commit 02fabf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redisinsight/api/src/modules/ssh/models/ssh-options.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export class SshOptions {
6767
})
6868
@Expose()
6969
@IsString({ always: true })
70-
@IsNotEmpty()
7170
@IsOptional()
7271
passphrase?: string;
7372
}

0 commit comments

Comments
 (0)