mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 22:16:15 +00:00
#591 - ssh-keys
This commit is contained in:
@ -65,7 +65,6 @@ public function create(Request $request, Project $project, Server $server): SshK
|
||||
}
|
||||
|
||||
if (! $sshKey) {
|
||||
$this->validate($request, CreateSshKey::rules());
|
||||
/** @var SshKey $sshKey */
|
||||
$sshKey = app(CreateSshKey::class)->create($user, $request->all());
|
||||
}
|
||||
|
Reference in New Issue
Block a user