diff options
| author | Andrew Lee <andrew@alee14.me> | 2024-12-24 17:03:01 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2024-12-24 17:03:01 -0500 |
| commit | 12669097d86af780fdf4bec629aa81ba15b7c116 (patch) | |
| tree | 0818ee433f1dc6fc1b7ee954c6565c1d74d483a1 /tailwind.config.js | |
| parent | 70f071180c932e9cf5029b47ec5e0d1e2623b4b4 (diff) | |
| download | freeso-discord-auth-12669097d86af780fdf4bec629aa81ba15b7c116.tar.gz freeso-discord-auth-12669097d86af780fdf4bec629aa81ba15b7c116.tar.bz2 freeso-discord-auth-12669097d86af780fdf4bec629aa81ba15b7c116.zip | |
No longer using email, using discord usernames as email, check if discord id exists in db
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tailwind.config.js b/tailwind.config.js deleted file mode 100644 index ddd5cd3..0000000 --- a/tailwind.config.js +++ /dev/null @@ -1,9 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -export default { - content: ["./views/**/*.{html,js,ejs}"], - theme: { - extend: {}, - }, - plugins: [], -} - |
