Skip to content

Commit dca55b4

Browse files
author
Artem
committed
remove check for not empty ssh passphrase to avoid validation error in case when any logic is missed on FE side and BE receives empty string
1 parent 5ce49ba commit dca55b4

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)