diff --git a/.env.example b/.env.example
index 755624f..ab9bd19 100644
--- a/.env.example
+++ b/.env.example
@@ -4,6 +4,6 @@ APP_PORT=80
# Account Client and Secret
# Token generation will always fail if no secret is specified
-ACCOUNT_URL=https://account.spfn.net
+ACCOUNT_URL=https://account.spbr.net
ACCOUNT_CLIENT_ID=account
ACCOUNT_CLIENT_SECRET=secret
diff --git a/src/api/v1/login.rs b/src/api/v1/login.rs
index 0a7b2a7..68aff46 100644
--- a/src/api/v1/login.rs
+++ b/src/api/v1/login.rs
@@ -36,7 +36,7 @@ pub fn router() -> Router {
async fn gen_token(Json(payload): Json) -> Result, StatusCode> {
let client = Client::new();
- let account_url = env::var("ACCOUNT_URL").unwrap_or("https://account.spfn.net".into());
+ let account_url = env::var("ACCOUNT_URL").unwrap_or("https://account.spbr.net".into());
let client_id = env::var("ACCOUNT_CLIENT_ID").unwrap_or("account".into());
let client_secret = match env::var("ACCOUNT_CLIENT_SECRET") {
Ok(secret) => secret,
diff --git a/static/account/index.html b/static/account/index.html
index 3c0a810..dc0740b 100644
--- a/static/account/index.html
+++ b/static/account/index.html
@@ -1,7 +1,7 @@
- Account | SPFN
+
@@ -19,17 +19,17 @@
-
Loading...
+
@@ -54,37 +54,27 @@
-
WARNING: This Action Is Irreversible
-
Deleting your account is an irreversible action. You cannot recover your account once this has been done.
-
This will delete your account from our database, not from your Wii U or Cemu. You will need to manually remove it from these.
+
+
+
-
-
+
+
-
Account Deleted Successfully
-
Your account has been removed from our database. You can no longer log in to this account on this website, your Wii U or on Cemu. If you wish to use these services again, you will need to create a new account on your Wii U. Your old SFID can be reused on this new account if it remains unused.
-
This does not remove your account from your devices. You will need to manually remove the files with FTPiiU or by removing the files from your Cemu MLC folder. If you are not sure how to do this, ask in the discord.
+
+
+
-
-
+
\ No newline at end of file
diff --git a/static/account/login/index.html b/static/account/login/index.html
index f278707..3dd2af2 100644
--- a/static/account/login/index.html
+++ b/static/account/login/index.html
@@ -19,10 +19,10 @@
@@ -33,23 +33,24 @@
+