[-] Replace login blocking with an @ AquaDX prefix

This commit is contained in:
Azalea
2025-11-23 23:43:23 +08:00
parent 85149dcd03
commit 43b7ea65a5
11 changed files with 41 additions and 48 deletions

View File

@@ -99,9 +99,6 @@
state = 'verify'
verifyMsg = t("welcome.verify-state-2")
}
else if (e.message === 'Login not allowed: Card has been migrated to Minato.') {
location.href = `https://portal.mumur.net/login?username=${encodeURIComponent(email)}`
}
else {
error = e.message
submitting = false // unnecessary? see line 113, same for both reset functions