mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-07 00:46:58 +03:00
Minor fixes
Minor fixes
This commit is contained in:
parent
c31636b66e
commit
e9b628cd3f
3 changed files with 4 additions and 5 deletions
|
@ -522,7 +522,6 @@ func EmailClient(db store.IStore) echo.HandlerFunc {
|
|||
emailSetting.DefaultEmailContent,
|
||||
attachments,
|
||||
)
|
||||
fmt.Println("\n\n\n %s \n\n\n", err)
|
||||
|
||||
if err != nil {
|
||||
return c.JSON(http.StatusInternalServerError, jsonHTTPResponse{false, err.Error()})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue