fix: send internal notifications of email errors

This commit is contained in:
Andras Bacsai
2023-09-18 15:19:27 +02:00
parent 3eb1a1f48c
commit 1452cdf5ad
8 changed files with 26 additions and 33 deletions

View File

@@ -69,14 +69,6 @@ uZx9iFkCELtxrh31QJ68AAAAEXNhaWxANzZmZjY2ZDJlMmRkAQIDBA==
public function restartBoarding()
{
// if ($this->selectedServerType !== 'localhost') {
// if ($this->createdServer) {
// $this->createdServer->delete();
// }
// if ($this->createdPrivateKey) {
// $this->createdPrivateKey->delete();
// }
// }
return redirect()->route('boarding');
}
public function skipBoarding()