mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
api(remote): update sftp auth controller
This commit is contained in:
@@ -26,6 +26,7 @@ class SftpAuthenticationFormRequest extends FormRequest
|
||||
return [
|
||||
'username' => 'required|string',
|
||||
'password' => 'required|string',
|
||||
'type' => 'required|in:password,publicKey'
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user