diff --git a/common/config/mail.php b/common/config/mail.php index b5ffe15..d277e2e 100755 --- a/common/config/mail.php +++ b/common/config/mail.php @@ -3,8 +3,8 @@ return [ 1 => [ 'host' => 'smtp.gmail.com', - 'user' => 'kennen.md@gmail.com', - 'pass' => 'nobeernoparty', + 'user' => '', + 'pass' => '', 'id' => 1, ], ]; \ No newline at end of file -- libgit2 0.21.4