aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2024-12-28 13:09:27 -0500
committerAndrew Lee <andrew@alee14.me>2024-12-28 13:09:27 -0500
commitb2748a5c55255014d5d5ea02fec38c4125e08e25 (patch)
treebd83292e4eb5be716ed32d92bf8d9e0fd2138616 /README.md
parent39cbc8c286227eca935248ad9237d66fa6f45f6e (diff)
downloadfreeso-discord-auth-b2748a5c55255014d5d5ea02fec38c4125e08e25.tar.gz
freeso-discord-auth-b2748a5c55255014d5d5ea02fec38c4125e08e25.tar.bz2
freeso-discord-auth-b2748a5c55255014d5d5ea02fec38c4125e08e25.zip
Ability to change password; Sim time on dashboard
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a092fcf..bb32808 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# bnbso-auth
-Web authentication for bnbSO (registering accounts, resetting passwords, changing passwords) using Discord authentication. Designed for FreeSO-based servers.
+Web authentication for bnbSO (registering accounts, changing passwords) using Discord authentication. Designed for FreeSO-based servers.
To install dependencies:
@@ -10,7 +10,7 @@ bun install
To run:
```bash
-bun run index.ts
+bun run index.js
```
This project was created using `bun init` in bun v1.1.38. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.