api(remote): update sftp auth controller
This commit is contained in:
parent
f9114e2de0
commit
790f109e66
3 changed files with 10 additions and 3 deletions
|
@ -26,6 +26,7 @@ class SftpAuthenticationFormRequest extends FormRequest
|
|||
return [
|
||||
'username' => 'required|string',
|
||||
'password' => 'required|string',
|
||||
'type' => 'required|in:password,publicKey'
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue