Skip to content

Commit

Permalink
get rid of unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianyourgod committed Apr 5, 2024
1 parent c219f1c commit 1c4ef6d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ Please report any security vulnerabilities using GitHub's security tab on the re
5. Add a `.env` file with the following:

```env
EncryptKey=yourkeyhere
PORT=8080
ScratchOauth2ClientID=yourclientid
Expand Down
4 changes: 0 additions & 4 deletions api/db/UserManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ require('dotenv').config();
const { randomInt } = require('node:crypto');
const bcrypt = require('bcrypt');
const { MongoClient } = require('mongodb');
const { encrypt, decrypt } = require("../../utils/encrypt.js");
const path = require('path');
const fs = require('fs');
const ULID = require('ulid');
const Minio = require('minio');
const { resolve } = require('node:path');
var prompt = require('prompt-sync')();

// scratch oauth redir: http://localhost:8080/api/v1/users/loginlocal
Expand Down
9 changes: 0 additions & 9 deletions utils/encrypt.js

This file was deleted.

0 comments on commit 1c4ef6d

Please sign in to comment.