From ebaf68b299abdcd6b2e887811c1df6a114fca258 Mon Sep 17 00:00:00 2001 From: return-misaPuding <70533713+return-misaPuding@users.noreply.github.com> Date: Sun, 30 May 2021 14:46:09 +0200 Subject: [PATCH] Update Login.razor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added *numbers man* ´s new alt account. I´m not sure if he got IP banned or not, so I rather added it so he won´t evade his ban. Please when get Magnifier out of sussy vents and build it so you can release it don´t forget to set 49006391 ´s isBanned property to true so that he will be also banned on the backend (I *totally don´t think that someone could bypass our super-secure anti-impostor frontend ban system*) --- Spyglass/Pages/Login.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spyglass/Pages/Login.razor b/Spyglass/Pages/Login.razor index d42f359..e1ad5fa 100644 --- a/Spyglass/Pages/Login.razor +++ b/Spyglass/Pages/Login.razor @@ -44,7 +44,7 @@ if (response.response.IsSuccessStatusCode) { - if (AuthenticationService.user.username == "46009361" || AuthenticationService.user.username == "Scunthorpe" || AuthenticationService.user.username == "mouse-pointer") + if (AuthenticationService.user.username == "46009361" || AuthenticationService.user.username == "Scunthorpe" || AuthenticationService.user.username == "mouse-pointer" || AuthenticationService.user.username == "49006391") { AuthenticationService.Logout(); await JSRuntime.InvokeVoidAsync("alert", "go away");