Skip to content

Commit

Permalink
Some improvements before Beta 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CraftException committed Jul 3, 2021
1 parent 2c11d39 commit 1b47582
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions backend/LanguageManager.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/*
* lnkdto-link2 ©2021
* Developer: CraftException
*
* LICENSE: MIT
*/
// Lnkdto.link - Copyright (C) 2021 Moritz Kaufmann
// Language Manager

import {generateRandomString} from "./NumberGenerator";
import {CookieAPI} from "./SessionManager";
Expand Down
4 changes: 2 additions & 2 deletions backend/mailHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export function sendRecoveryMail (receiver:string, templateParameters:object) {
tls: { rejectUnauthorized: false },
port: 25,
auth: {
user: '[email protected]',
pass: 'Wi8dBCNzcnSUv96'
user: 'yourmail',
pass: 'abcdefg'
}
});

Expand Down

0 comments on commit 1b47582

Please sign in to comment.